@@ -3,9 +3,6 @@ |
||
3 | 3 | namespace Solidifier\Defects; |
4 | 4 | |
5 | 5 | use Solidifier\Defect; |
6 | -use Solidifier\Visitors\ObjectType; |
|
7 | -use PhpParser\Node\Stmt\Property; |
|
8 | -use PhpParser\Node\Stmt\Class_; |
|
9 | 6 | |
10 | 7 | class PublicClass extends Defect |
11 | 8 | { |
@@ -21,7 +21,7 @@ |
||
21 | 21 | $prettyPrint = new Standard(); |
22 | 22 | |
23 | 23 | $this->content = $this->twig->render( |
24 | - 'report.html.twig', |
|
24 | + 'report.html.twig', |
|
25 | 25 | array( |
26 | 26 | 'project' => 'Solidifier', |
27 | 27 | 'defects' => $this->sortDefectsByNamespace($defects), |
@@ -72,7 +72,7 @@ |
||
72 | 72 | && $this->currentMethodState->isValid() === false) |
73 | 73 | { |
74 | 74 | $this->dispatch( |
75 | - new NotFluidSetter($this->currentObjectType, $node) |
|
75 | + new NotFluidSetter($this->currentObjectType, $node) |
|
76 | 76 | ); |
77 | 77 | } |
78 | 78 | } |
@@ -103,7 +103,7 @@ |
||
103 | 103 | } |
104 | 104 | } |
105 | 105 | |
106 | - return $visitor; |
|
106 | + return $visitor; |
|
107 | 107 | }, |
108 | 108 | |
109 | 109 | 'dependency.interfaceSegregation' => function(array $config) { |