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

ComposerStaticInitefe3f68b532482be18cf42f87792c81f   A

Complexity

Total Complexity 1

Size/Duplication

Total Lines 13
Duplicated Lines 0 %

Coupling/Cohesion

Components 0
Dependencies 0

Importance

Changes 0
Metric Value
dl 0
loc 13
rs 10
c 0
b 0
f 0
wmc 1
lcom 0
cbo 0

1 Method

Rating   Name   Duplication   Size   Complexity  
A getInitializer() 0 6 1
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