Completed
Pull Request — master (#384)
by
unknown
01:38
created
src/Hal/Report/Html/Reporter.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -90,7 +90,7 @@
 block discarded – undo
90 90
             sprintf('%s/js/history-%d.json', $logDir, $next),
91 91
             json_encode($today, JSON_PRETTY_PRINT)
92 92
         );
93
-	    file_put_contents(
93
+        file_put_contents(
94 94
             sprintf('%s/js/latest.json', $logDir),
95 95
             json_encode($today, JSON_PRETTY_PRINT)
96 96
         );
Please login to merge, or discard this patch.
src/Hal/Metric/Class_/Component/MaintainabilityIndexVisitor.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -1,9 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 namespace Hal\Metric\Class_\Component;
3 3
 
4
-use Hal\Metric\FunctionMetric;
5 4
 use Hal\Metric\Metrics;
6
-use Hoa\Ruler\Model\Bag\Scalar;
7 5
 use PhpParser\Node;
8 6
 use PhpParser\Node\Stmt;
9 7
 use PhpParser\NodeVisitorAbstract;
Please login to merge, or discard this patch.