getInitializer()   A
last analyzed

Complexity

Conditions 1
Paths 1

Size

Total Lines 7
Code Lines 4

Duplication

Lines 0
Ratio 0 %

Importance

Changes 1
Bugs 0 Features 0
Metric Value
cc 1
eloc 4
c 1
b 0
f 0
nc 1
nop 1
dl 0
loc 7
rs 10
1
<?php
2
3
// autoload_static.php @generated by Composer
4
5
namespace Composer\Autoload;
6
7
class ComposerStaticInit912ef365a6588e1102f28f1b2c039019
8
{
9
    public static $files = array (
10
        'eb4ca143a560593927b6c460308f3a8f' => __DIR__ . '/../..' . '/src/functions.php',
11
    );
12
13
    public static $prefixLengthsPsr4 = array (
14
        'K' => 
15
        array (
16
            'KiplingKelvin\\ChpterLaravelSdk\\' => 31,
17
        ),
18
        'A' => 
19
        array (
20
            'App\\' => 4,
21
        ),
22
    );
23
24
    public static $prefixDirsPsr4 = array (
25
        'KiplingKelvin\\ChpterLaravelSdk\\' => 
26
        array (
27
            0 => __DIR__ . '/../..' . '/src',
28
        ),
29
        'App\\' => 
30
        array (
31
            0 => __DIR__ . '/../..' . '/app',
32
        ),
33
    );
34
35
    public static $classMap = array (
36
        'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
37
    );
38
39
    public static function getInitializer(ClassLoader $loader)
40
    {
41
        return \Closure::bind(function () use ($loader) {
42
            $loader->prefixLengthsPsr4 = ComposerStaticInit912ef365a6588e1102f28f1b2c039019::$prefixLengthsPsr4;
43
            $loader->prefixDirsPsr4 = ComposerStaticInit912ef365a6588e1102f28f1b2c039019::$prefixDirsPsr4;
44
            $loader->classMap = ComposerStaticInit912ef365a6588e1102f28f1b2c039019::$classMap;
45
46
        }, null, ClassLoader::class);
47
    }
48
}
49