Completed
Push — master ( 9348fd...e1b841 )
by Jakub
01:38
created
src/Environment.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -120,7 +120,7 @@
 block discarded – undo
120 120
       if($skipped->reason) {
121 121
         $reason = ": {$skipped->reason}";
122 122
       }
123
-      static::printLine("Skipped $skipped->name$reason");
123
+      static::printLine("skipped $skipped->name$reason");
124 124
     }
125 125
   }
126 126
   
Please login to merge, or discard this patch.
src/CodeCoverage/PhpdbgEngine.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
       $lines = array_fill_keys(array_keys($lines), -1);
35 35
     }
36 36
 
37
-    return [$positive, $negative ];
37
+    return [$positive, $negative];
38 38
   }
39 39
 }
40 40
 ?>
41 41
\ No newline at end of file
Please login to merge, or discard this patch.