Completed
Pull Request — master (#290)
by Benjamin
04:53
created
src/Hal/Metric/Class_/ClassEnumVisitor.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 namespace Hal\Metric\Class_;
3 3
 
4
-use Hal\Component\Reflected\Method;
5 4
 use Hal\Metric\ClassMetric;
6 5
 use Hal\Metric\FunctionMetric;
7 6
 use Hal\Metric\Helper\RoleOfMethodDetector;
Please login to merge, or discard this patch.
src/Hal/Metric/Class_/Complexity/CyclomaticComplexityVisitor.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 namespace Hal\Metric\Class_\Complexity;
3 3
 
4
-use Hal\Component\Reflected\Method;
5 4
 use Hal\Metric\Metrics;
6 5
 use PhpParser\Node;
7 6
 use PhpParser\Node\Stmt;
Please login to merge, or discard this patch.
src/Hal/Metric/Class_/Component/MaintainabilityIndexVisitor.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 
4 4
 use Hal\Metric\FunctionMetric;
5 5
 use Hal\Metric\Metrics;
6
-use Hoa\Ruler\Model\Bag\Scalar;
7 6
 use PhpParser\Node;
8 7
 use PhpParser\Node\Stmt;
9 8
 use PhpParser\NodeVisitorAbstract;
Please login to merge, or discard this patch.
src/Hal/Report/Html/Reporter.php 2 patches
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -92,7 +92,7 @@
 block discarded – undo
92 92
             sprintf('%s/js/history-%d.json', $logDir, $next),
93 93
             json_encode($today, JSON_PRETTY_PRINT)
94 94
         );
95
-	file_put_contents(
95
+    file_put_contents(
96 96
             sprintf('%s/js/latest.json', $logDir, $next),
97 97
             json_encode($today, JSON_PRETTY_PRINT)
98 98
         );
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 use Hal\Application\Config\Config;
5 5
 use Hal\Component\Output\Output;
6 6
 use Hal\Metric\Consolidated;
7
-use Hal\Metric\Consolided;
8 7
 use Hal\Metric\Metrics;
9 8
 
10 9
 class Reporter
Please login to merge, or discard this patch.
src/Hal/Metric/Class_/Complexity/KanDefectVisitor.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 namespace Hal\Metric\Class_\Complexity;
3 3
 
4
-use Hal\Component\Reflected\Method;
5 4
 use Hal\Metric\Metrics;
6 5
 use PhpParser\Node;
7 6
 use PhpParser\Node\Stmt;
Please login to merge, or discard this patch.
src/Hal/Report/Violations/Xml/Reporter.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 
4 4
 use Hal\Application\Config\Config;
5 5
 use Hal\Component\Output\Output;
6
-use Hal\Metric\Consolided;
7 6
 use Hal\Metric\Metrics;
8 7
 use Hal\Violation\Violation;
9 8
 
Please login to merge, or discard this patch.
src/Hal/Component/Output/ProgressBar.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -18,9 +18,9 @@
 block discarded – undo
18 18
      * @package Hal\Component\Issue
19 19
      */
20 20
 /**
21
- * Class ProgressBar
22
- * @package Hal\Component\Output
23
- */
21
+     * Class ProgressBar
22
+     * @package Hal\Component\Output
23
+     */
24 24
 class ProgressBar
25 25
 {
26 26
 
Please login to merge, or discard this patch.