AutoLoader: Make $psr4Namespaces private (reinstated)
This reapplies commit8fb44ec4ad, reverted in44cecd9e77. Reason: Try again! Bug: T332930 Change-Id: Ifdb2106242823c802371a7aa994ae6ac6ffe2dbc
This commit is contained in:
parent
2909af9aec
commit
b440c5d27b
1 changed files with 1 additions and 2 deletions
|
|
@ -89,9 +89,8 @@ class AutoLoader {
|
|||
|
||||
/**
|
||||
* @var string[] Namespace (ends with \) => Path (ends with /)
|
||||
* @internal Will become private in 1.40.
|
||||
*/
|
||||
public static $psr4Namespaces = self::CORE_NAMESPACES;
|
||||
private static $psr4Namespaces = self::CORE_NAMESPACES;
|
||||
|
||||
/**
|
||||
* @var string[] Class => File
|
||||
|
|
|
|||
Loading…
Reference in a new issue