Unverified Commit 5ebe32e5 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3252406 by Spokje, longwave, andypost: Mark class...

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

(cherry picked from commit ee38989c)
parent 1311b624
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -9,6 +9,12 @@
/**
 * 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 {