Test Failed
Push — master ( 4f2669...e5607e )
by Joe
02:33
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 ComposerStaticInitb54f2ab986e91ad1d6ec93d3f8a2b211
8
{
9
    public static function getInitializer(ClassLoader $loader)
0 ignored issues
show
Documentation introduced by
The return type could not be reliably inferred; please add a @return annotation.

Our type inference engine in quite powerful, but sometimes the code does not provide enough clues to go by. In these cases we request you to add a @return annotation as described here.

Loading history...
10
    {
11
        return \Closure::bind(function () use ($loader) {
12
13
        }, null, ClassLoader::class);
14
    }
15
}
16