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:
Reedy 2023-03-24 13:49:12 +00:00
parent 56bb03aee2
commit 44cecd9e77

View file

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