Passed
Push — master ( 2479b0...e47679 )
by Jeroen De
04:16
created

getInitializer()   A

Complexity

Conditions 1
Paths 1

Size

Total Lines 7
Code Lines 4

Duplication

Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
cc 1
eloc 4
nc 1
nop 1
dl 0
loc 7
rs 10
c 0
b 0
f 0
1
<?php
2
3
// autoload_static.php @generated by Composer
4
5
namespace Composer\Autoload;
6
7
class ComposerStaticInitcfde1b79fcf8c357dcf292f5aa2962d0
8
{
9
    public static $prefixLengthsPsr4 = array (
10
        'S' => 
11
        array (
12
            'ScssPhp\\ScssPhp\\' => 16,
13
            'SCSS\\Tests\\' => 11,
14
            'SCSS\\' => 5,
15
        ),
16
    );
17
18
    public static $prefixDirsPsr4 = array (
19
        'ScssPhp\\ScssPhp\\' => 
20
        array (
21
            0 => __DIR__ . '/..' . '/scssphp/scssphp/src',
22
        ),
23
        'SCSS\\Tests\\' => 
24
        array (
25
            0 => __DIR__ . '/..' . '/mediawiki/scss/tests/phpunit',
26
        ),
27
        'SCSS\\' => 
28
        array (
29
            0 => __DIR__ . '/..' . '/mediawiki/scss/src',
30
        ),
31
    );
32
33
    public static function getInitializer(ClassLoader $loader)
34
    {
35
        return \Closure::bind(function () use ($loader) {
36
            $loader->prefixLengthsPsr4 = ComposerStaticInitcfde1b79fcf8c357dcf292f5aa2962d0::$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...
37
            $loader->prefixDirsPsr4 = ComposerStaticInitcfde1b79fcf8c357dcf292f5aa2962d0::$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...
38
39
        }, null, ClassLoader::class);
40
    }
41
}
42