Conditions | 1 |
Paths | 1 |
Total Lines | 8 |
Code Lines | 5 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
31 | public static function getInitializer(ClassLoader $loader) |
||
32 | { |
||
33 | return \Closure::bind(function () use ($loader) { |
||
34 | $loader->prefixLengthsPsr4 = ComposerStaticInit3fbe86ace09d89f51745fadd8b601a9a::$prefixLengthsPsr4; |
||
|
|||
35 | $loader->prefixDirsPsr4 = ComposerStaticInit3fbe86ace09d89f51745fadd8b601a9a::$prefixDirsPsr4; |
||
36 | $loader->classMap = ComposerStaticInit3fbe86ace09d89f51745fadd8b601a9a::$classMap; |
||
37 | |||
38 | }, null, ClassLoader::class); |
||
39 | } |
||
41 |