AutoLoader: Make $psr4Namespaces private (reinstated)

This reapplies commit 8fb44ec4ad, reverted in 44cecd9e77.
Reason: Try again!

Bug: T332930
Change-Id: Ifdb2106242823c802371a7aa994ae6ac6ffe2dbc
This commit is contained in:
Reedy 2023-03-24 15:01:18 +00:00 committed by Krinkle
parent 2909af9aec
commit b440c5d27b

View file

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