Conditions | 1 |
Paths | 1 |
Total Lines | 9 |
Code Lines | 6 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
29 | public static function getInitializer(ClassLoader $loader) |
||
30 | { |
||
31 | return \Closure::bind(function () use ($loader) { |
||
32 | $loader->prefixLengthsPsr4 = ComposerStaticInit0510555eec3304761203b257a51bfd0f::$prefixLengthsPsr4; |
||
|
|||
33 | $loader->prefixDirsPsr4 = ComposerStaticInit0510555eec3304761203b257a51bfd0f::$prefixDirsPsr4; |
||
34 | $loader->classMap = ComposerStaticInit0510555eec3304761203b257a51bfd0f::$classMap; |
||
35 | |||
36 | }, null, ClassLoader::class); |
||
37 | } |
||
38 | } |
||
39 |
This check looks for access to properties that are not accessible from the current context.
If you need to make a property accessible to another context you can either raise its visibility level or provide an accessible getter in the defining class.