This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/ClassLoader
Nicolas Grekas 25055be92e Merge branch '2.8' into 3.4
* 2.8:
  [php_cs] disable fopen_flags
  [CS] Remove unused variables passed to closures
  [CS] Remove empty comment
  [CS] Enforces null type hint on last position in phpDocs
  [CS] Use combined assignment operators when possible
  Fix a typo in error messages
  [Console] Add missing null to input values allowed types
  [PHPUnitBridge] Fix microtime() format
  bumped Symfony version to 2.8.47
  update CONTRIBUTORS for 2.8.46
  updated VERSION for 2.8.46
  updated CHANGELOG for 2.8.46
2018-10-02 14:28:39 +02:00
..
Tests Merge branch '2.8' into 3.4 2018-07-26 13:19:56 +02:00
.gitignore
ApcClassLoader.php Merge branch '2.8' into 3.4 2018-07-26 10:45:46 +02:00
CHANGELOG.md
ClassCollectionLoader.php Merge branch '2.8' into 3.4 2018-10-02 14:28:39 +02:00
ClassLoader.php Merge branch '2.8' into 3.4 2018-07-26 13:19:56 +02:00
ClassMapGenerator.php Merge branch '2.8' into 3.4 2018-07-26 10:45:46 +02:00
composer.json
LICENSE fixed years in copyright 2018-01-03 08:23:28 +01:00
MapClassLoader.php
phpunit.xml.dist
Psr4ClassLoader.php Merge branch '2.8' into 3.4 2018-07-26 13:19:56 +02:00
README.md
WinCacheClassLoader.php Merge branch '2.8' into 3.4 2018-07-26 10:45:46 +02:00
XcacheClassLoader.php Merge branch '2.8' into 3.4 2018-07-26 10:45:46 +02:00

ClassLoader Component

The ClassLoader component provides tools to autoload your classes and cache their locations for performance.

Resources