AutoLoader: Make $psr4Namespaces private

Bug: T332930
Bug: T240535
Follows-Up: I1abb27bd70898d04c9253e0b7467447fa96d15a4
Change-Id: I17ed14c7c3ff57ba611867ea779327e6de5678d0
This commit is contained in:
Reedy 2023-03-23 19:14:22 +00:00
parent c5b667bd42
commit 8fb44ec4ad

View file

@ -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