getInitializer()   A
last analyzed

Complexity

Conditions 1
Paths 1

Size

Total Lines 8
Code Lines 5

Duplication

Lines 0
Ratio 0 %

Importance

Changes 1
Bugs 0 Features 0
Metric Value
cc 1
eloc 5
c 1
b 0
f 0
nc 1
nop 1
dl 0
loc 8
rs 10
1
<?php
2
3
// autoload_static.php @generated by Composer
4
5
namespace Composer\Autoload;
6
7
class ComposerStaticInit3fbe86ace09d89f51745fadd8b601a9a
8
{
9
    public static $files = array (
10
        'a5f882d89ab791a139cd2d37e50cdd80' => __DIR__ . '/..' . '/tgmpa/tgm-plugin-activation/class-tgm-plugin-activation.php',
11
    );
12
13
    public static $prefixLengthsPsr4 = array (
14
        'A' => 
15
        array (
16
            'Abdullah\\BrightyCorePlugin\\' => 27,
17
        ),
18
    );
19
20
    public static $prefixDirsPsr4 = array (
21
        'Abdullah\\BrightyCorePlugin\\' => 
22
        array (
23
            0 => __DIR__ . '/../..' . '/src',
24
        ),
25
    );
26
27
    public static $classMap = array (
28
        'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
29
    );
30
31
    public static function getInitializer(ClassLoader $loader)
32
    {
33
        return \Closure::bind(function () use ($loader) {
34
            $loader->prefixLengthsPsr4 = ComposerStaticInit3fbe86ace09d89f51745fadd8b601a9a::$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...
35
            $loader->prefixDirsPsr4 = ComposerStaticInit3fbe86ace09d89f51745fadd8b601a9a::$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...
36
            $loader->classMap = ComposerStaticInit3fbe86ace09d89f51745fadd8b601a9a::$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...
37
38
        }, null, ClassLoader::class);
39
    }
40
}
41