/** * @var string[] Namespace (ends with \) => Path (ends with /) * @internal Will become private in 1.40. */ public static $psr4Namespaces = self::CORE_NAMESPACES;
We should either make this private (I think it's good, no usages outside this class), or at least update the version it will be made private...