/usr/share/php/Symfony/Contracts/Cache
Edit: /usr/share/php/Symfony/Contracts/Cache/autoload.php (1103B)
'/CacheInterface.php',
'symfony\\contracts\\cache\\cachetrait' => '/CacheTrait.php',
'symfony\\contracts\\cache\\callbackinterface' => '/CallbackInterface.php',
'symfony\\contracts\\cache\\iteminterface' => '/ItemInterface.php',
'symfony\\contracts\\cache\\tagawarecacheinterface' => '/TagAwareCacheInterface.php'
);
}
$cn = strtolower($class);
if (isset($classes[$cn])) {
require __DIR__ . $classes[$cn];
}
},
true,
false
);
// @codeCoverageIgnoreEnd
// Files