Test Failed
Push — master ( 6cb744...662c22 )
by Jakub
01:52
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
   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.