Conditions | 1 |
Paths | 1 |
Total Lines | 7 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
33 | public static function getInitializer(ClassLoader $loader) |
||
34 | { |
||
35 | return \Closure::bind(function () use ($loader) { |
||
36 | $loader->prefixLengthsPsr4 = ComposerStaticInitcfde1b79fcf8c357dcf292f5aa2962d0::$prefixLengthsPsr4; |
||
|
|||
37 | $loader->prefixDirsPsr4 = ComposerStaticInitcfde1b79fcf8c357dcf292f5aa2962d0::$prefixDirsPsr4; |
||
38 | |||
39 | }, null, ClassLoader::class); |
||
40 | } |
||
42 |