Total Complexity | 1 |
Total Lines | 28 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
7 | class ComposerStaticInit806e07cdf43c7c81033d8908d20b95ac |
||
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 | ), |
||
21 | ); |
||
22 | |||
23 | public static $classMap = array ( |
||
24 | 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php', |
||
25 | ); |
||
26 | |||
27 | public static function getInitializer(ClassLoader $loader) |
||
28 | { |
||
29 | return \Closure::bind(function () use ($loader) { |
||
30 | $loader->prefixLengthsPsr4 = ComposerStaticInit806e07cdf43c7c81033d8908d20b95ac::$prefixLengthsPsr4; |
||
31 | $loader->prefixDirsPsr4 = ComposerStaticInit806e07cdf43c7c81033d8908d20b95ac::$prefixDirsPsr4; |
||
32 | $loader->classMap = ComposerStaticInit806e07cdf43c7c81033d8908d20b95ac::$classMap; |
||
33 | |||
34 | }, null, ClassLoader::class); |
||
35 | } |
||
37 |