/usr/share/php/Psr/Container
NameSizeModeActions
autoload.php7400644editdlrm
ContainerExceptionInterface.php1840644editdlrm
ContainerInterface.php10460644editdlrm
NotFoundExceptionInterface.php1580644editdlrm
Edit: /usr/share/php/Psr/Container/autoload.php (740B)
'/ContainerExceptionInterface.php', 'psr\\container\\containerinterface' => '/ContainerInterface.php', 'psr\\container\\notfoundexceptioninterface' => '/NotFoundExceptionInterface.php' ); } $cn = strtolower($class); if (isset($classes[$cn])) { require __DIR__ . $classes[$cn]; } }, true, false ); // @codeCoverageIgnoreEnd