Revert "AutoLoader: Make $psr4Namespaces private"
This reverts commit 8fb44ec4ad.
Reason for revert: Breaks parsoid CI
Bug: T332930
Change-Id: I39ca6403d8e696c8447995a3a415627bbafdaa14
This commit is contained in:
parent
56bb03aee2
commit
44cecd9e77
1 changed files with 2 additions and 1 deletions
|
|
@ -88,8 +88,9 @@ class AutoLoader {
|
|||
|
||||
/**
|
||||
* @var string[] Namespace (ends with \) => Path (ends with /)
|
||||
* @internal Will become private in 1.40.
|
||||
*/
|
||||
private static $psr4Namespaces = self::CORE_NAMESPACES;
|
||||
public static $psr4Namespaces = self::CORE_NAMESPACES;
|
||||
|
||||
/**
|
||||
* @var string[] Class => File
|
||||
|
|
|
|||
Loading…
Reference in a new issue