| Total Complexity | 1 |
| Total Lines | 24 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 7 | class ComposerStaticInit1e87096dad47e9c00b5af50c9261f577 |
||
| 8 | { |
||
| 9 | public static $prefixLengthsPsr4 = array ( |
||
| 10 | 's' => |
||
| 11 | array ( |
||
| 12 | 'src\\' => 4, |
||
| 13 | ), |
||
| 14 | ); |
||
| 15 | |||
| 16 | public static $prefixDirsPsr4 = array ( |
||
| 17 | 'src\\' => |
||
| 18 | array ( |
||
| 19 | 0 => __DIR__ . '/../..' . '/src', |
||
| 20 | 1 => __DIR__ . '/..' . '/osvaldogdelrio/factory/src', |
||
| 21 | ), |
||
| 22 | ); |
||
| 23 | |||
| 24 | public static $classMap = array ( |
||
| 25 | 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php', |
||
| 26 | ); |
||
| 27 | |||
| 28 | public static function getInitializer(ClassLoader $loader) |
||
| 29 | { |
||
| 30 | return \Closure::bind(function () use ($loader) { |
||
| 31 | $loader->prefixLengthsPsr4 = ComposerStaticInit1e87096dad47e9c00b5af50c9261f577::$prefixLengthsPsr4; |
||
| 38 |