Completed
Push — 4-remove_support_for_phpt_file... ( 010fe9...04fd74 )
by Jakub
01:42
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.