Completed
Push — master ( a74f2f...6e3ebc )
by Oskar
14s
created
src/Hal/Application/Application.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@
 block discarded – undo
58 58
         // analyze
59 59
         try {
60 60
             $metrics = (new Analyze($config, $output, $issuer))->run($files);
61
-        }catch(ConfigException $e) {
61
+        } catch(ConfigException $e) {
62 62
             $output->writeln(sprintf('<error>%s</error>', $e->getMessage()));
63 63
             exit(1);
64 64
         }
Please login to merge, or discard this patch.
src/Hal/Report/Html/Reporter.php 1 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/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/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.