Conditions | 1 |
Paths | 1 |
Total Lines | 7 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
31 | public static $classMap = array ( |
||
32 | 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php', |
||
33 | ); |
||
34 | |||
|
|||
35 | public static function getInitializer(ClassLoader $loader) |
||
36 | { |
||
37 | return \Closure::bind(function () use ($loader) { |
||
38 | $loader->prefixLengthsPsr4 = ComposerStaticInitb0a9c553fc53e6322e84a4f72e365d89::$prefixLengthsPsr4; |
||
45 |