ComposerStaticInite51ffc086cc73a0e04fdd1790cb59b90   A
last analyzed

Complexity

Total Complexity 1

Size/Duplication

Total Lines 48
Duplicated Lines 0 %

Importance

Changes 1
Bugs 0 Features 0
Metric Value
eloc 30
c 1
b 0
f 0
dl 0
loc 48
rs 10
wmc 1

1 Method

Rating   Name   Duplication   Size   Complexity  
A getInitializer() 0 8 1
1
<?php
2
3
// autoload_static.php @generated by Composer
4
5
namespace Composer\Autoload;
6
7
class ComposerStaticInite51ffc086cc73a0e04fdd1790cb59b90
8
{
9
    public static $files = array (
10
        '0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php',
11
    );
12
13
    public static $prefixLengthsPsr4 = array (
14
        'l' => 
15
        array (
16
            'libphonenumber\\' => 15,
17
        ),
18
        'S' => 
19
        array (
20
            'Symfony\\Polyfill\\Mbstring\\' => 26,
21
        ),
22
        'G' => 
23
        array (
24
            'Giggsey\\Locale\\' => 15,
25
        ),
26
    );
27
28
    public static $prefixDirsPsr4 = array (
29
        'libphonenumber\\' => 
30
        array (
31
            0 => __DIR__ . '/..' . '/giggsey/libphonenumber-for-php/src',
32
        ),
33
        'Symfony\\Polyfill\\Mbstring\\' => 
34
        array (
35
            0 => __DIR__ . '/..' . '/symfony/polyfill-mbstring',
36
        ),
37
        'Giggsey\\Locale\\' => 
38
        array (
39
            0 => __DIR__ . '/..' . '/giggsey/locale/src',
40
        ),
41
    );
42
43
    public static $classMap = array (
44
        'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
45
    );
46
47
    public static function getInitializer(ClassLoader $loader)
48
    {
49
        return \Closure::bind(function () use ($loader) {
50
            $loader->prefixLengthsPsr4 = ComposerStaticInite51ffc086cc73a0e04fdd1790cb59b90::$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...
51
            $loader->prefixDirsPsr4 = ComposerStaticInite51ffc086cc73a0e04fdd1790cb59b90::$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...
52
            $loader->classMap = ComposerStaticInite51ffc086cc73a0e04fdd1790cb59b90::$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...
53
54
        }, null, ClassLoader::class);
55
    }
56
}
57