Passed
Pull Request — master (#86)
by Michael
03:01
created

ComposerStaticInitaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa   A

Complexity

Total Complexity 1

Size/Duplication

Total Lines 47
Duplicated Lines 0 %

Importance

Changes 0
Metric Value
dl 0
loc 47
rs 10
c 0
b 0
f 0
wmc 1

1 Method

Rating   Name   Duplication   Size   Complexity  
A getInitializer() 0 9 1
1
<?php
2
3
// autoload_static.php @generated by Composer
4
5
namespace Composer\Autoload;
6
7
class ComposerStaticInitaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
8
{
9
    public static $files = array (
10
        'a12da592622097d2b593a430e32e13fd' => __DIR__ . '/../..' . '/included-file-1.php',
11
        '0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/../..' . '/included-file-2.php',
12
    );
13
14
    public static $prefixLengthsPsr4 = array (
15
        'p' =>
16
            array (
17
                'phpDocumentor\\Reflection\\' => 25,
18
            ),
19
    );
20
21
    public static $prefixDirsPsr4 = array (
22
        'phpDocumentor\\Reflection\\' =>
23
            array (
24
                0 => __DIR__ . '/..' . '/phpdocumentor/reflection-common/src',
25
                1 => __DIR__ . '/..' . '/phpdocumentor/reflection-docblock/src',
26
                2 => __DIR__ . '/..' . '/phpdocumentor/type-resolver/src',
27
            ),
28
    );
29
30
    public static $prefixesPsr0 = array (
31
        'P' =>
32
            array (
33
                'Prophecy\\' =>
34
                    array (
35
                        0 => __DIR__ . '/..' . '/phpspec/prophecy/src',
36
                    ),
37
            ),
38
    );
39
40
    public static $classMap = array (
41
        'A\\ClassName' => __DIR__ . '/../..' . '/AClassName.php',
42
        'B\\ClassName' => __DIR__ . '/../..' . '/BClassName.php',
43
    );
44
45
    public static function getInitializer(ClassLoader $loader)
46
    {
47
        return \Closure::bind(function () use ($loader) {
48
            $loader->prefixLengthsPsr4 = ComposerStaticInitaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa::$prefixLengthsPsr4;
0 ignored issues
show
Bug introduced by
The property prefixLengthsPsr4 is declared private in Composer\Autoload\ClassLoader and cannot be accessed from this context.
Loading history...
49
            $loader->prefixDirsPsr4 = ComposerStaticInitaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa::$prefixDirsPsr4;
0 ignored issues
show
Bug introduced by
The property prefixDirsPsr4 is declared private in Composer\Autoload\ClassLoader and cannot be accessed from this context.
Loading history...
50
            $loader->prefixesPsr0 = ComposerStaticInitaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa::$prefixesPsr0;
0 ignored issues
show
Bug introduced by
The property prefixesPsr0 is declared private in Composer\Autoload\ClassLoader and cannot be accessed from this context.
Loading history...
51
            $loader->classMap = ComposerStaticInitaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa::$classMap;
0 ignored issues
show
Bug introduced by
The property classMap is declared private in Composer\Autoload\ClassLoader and cannot be accessed from this context.
Loading history...
52
53
        }, null, ClassLoader::class);
54
    }
55
}
56