AutoLoader: Make $psr4Namespaces private
Bug: T332930 Bug: T240535 Follows-Up: I1abb27bd70898d04c9253e0b7467447fa96d15a4 Change-Id: I17ed14c7c3ff57ba611867ea779327e6de5678d0
This commit is contained in:
parent
c5b667bd42
commit
8fb44ec4ad
1 changed files with 1 additions and 2 deletions
|
|
@ -88,9 +88,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