Passed
Push — master ( 44594f...8d043c )
by Insolita
01:42
created
src/controllers/DefaultController.php 2 patches
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@
 block discarded – undo
47 47
         $this->climate->table($summary);
48 48
 
49 49
         if($showErrors !== true){
50
-           return ExitCode::OK;
50
+            return ExitCode::OK;
51 51
         }
52 52
         $this->headline('Failed for resolve', 'lightYellow');
53 53
         if(!count($service->errorList())){
Please login to merge, or discard this patch.
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@
 block discarded – undo
52 52
         $this->headline('Failed for resolve', 'lightYellow');
53 53
         if(!count($service->errorList())){
54 54
             $this->climate->info('Errors not found');
55
-        }else{
55
+        } else{
56 56
             $this->climate->table($service->errorList());
57 57
         }
58 58
         return ExitCode::OK;
Please login to merge, or discard this patch.
src/CodeStatModule.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -86,7 +86,7 @@
 block discarded – undo
86 86
      * List of phploc metrics showed for advanced, common, directory and file actions, by default all available metrics
87 87
      * will be showed
88 88
      * @var array
89
-    */
89
+     */
90 90
     public $metrics = [];
91 91
 
92 92
     public function init()
Please login to merge, or discard this patch.