Passed
Push — master ( 21fb8f...f8d0e4 )
by Jakub
01:51
created
src/Environment.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -45,10 +45,10 @@
 block discarded – undo
45 45
     static::printLine($output . ". $text");
46 46
   }
47 47
    
48
-   /**
49
-    * @param string $results
50
-    * @return bool
51
-    */
48
+    /**
49
+     * @param string $results
50
+     * @return bool
51
+     */
52 52
   public static function checkFailed(string $results): bool {
53 53
     $testsFailed = substr_count($results, " failed. ");
54 54
     return (bool) $testsFailed;
Please login to merge, or discard this patch.