Issue #3252406 by Spokje, longwave, andypost: Mark class \Drupal\Core\Security\PharExtensionInterceptor as internal

merge-requests/1721/head
Alex Pott 2022-01-25 11:24:19 +00:00
parent 1a7b7f7219
commit ee38989c9c
No known key found for this signature in database
GPG Key ID: BDA67E7EE836E5CE
1 changed files with 6 additions and 0 deletions

View File

@ -9,6 +9,12 @@ use TYPO3\PharStreamWrapper\Exception;
/**
* An alternate PharExtensionInterceptor to support phar-based CLI tools.
*
* @internal
*
* @deprecated in drupal:9.4.0 and is removed from drupal:10.0.0. No replacement
* is provided.
*
* @see https://www.drupal.org/project/drupal/issues/3252439
* @see \TYPO3\PharStreamWrapper\Interceptor\PharExtensionInterceptor
*/
class PharExtensionInterceptor implements Assertable {