Passed
Pull Request — master (#49)
by Michael
01:57
created

Bazz   A

Complexity

Total Complexity 1

Size/Duplication

Total Lines 6
Duplicated Lines 0 %

Importance

Changes 0
Metric Value
dl 0
loc 6
rs 10
c 0
b 0
f 0
wmc 1
1
<?php
2
3
namespace Foo\Bar;
4
5
6
class Bazz
7
{
8
    function foo()
9
    {
10
        $x = new Blubb();
11
        $y = new \Blubb();
12
    }
13
}