@@ -45,10 +45,10 @@ |
||
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; |