Passed
Push — master ( 49d43e...8102b2 )
by Amit
03:03
created

getInitializer()   A

Complexity

Conditions 1
Paths 1

Size

Total Lines 6
Code Lines 3

Duplication

Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
cc 1
eloc 3
nc 1
nop 1
dl 0
loc 6
rs 9.4285
c 0
b 0
f 0
1
<?php
2
3
// autoload_static.php @generated by Composer
4
5
namespace Composer\Autoload;
6
7
class ComposerStaticInitefe3f68b532482be18cf42f87792c81f
8
{
9
    public static $files = array (
10
        'a5f882d89ab791a139cd2d37e50cdd80' => __DIR__ . '/..' . '/tgmpa/tgm-plugin-activation/class-tgm-plugin-activation.php',
11
    );
12
13
    public static function getInitializer(ClassLoader $loader)
14
    {
15
        return \Closure::bind(function () use ($loader) {
16
17
        }, null, ClassLoader::class);
18
    }
19
}
20