Passed
Push — master ( 79ebcc...8d3dd7 )
by Allan
02:23 queued 11s
created
src/Console/OutputAnalyser.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
 {
10 10
     public function scanOutputForFailures($output, $separatorMatcher, array $failureMessages)
11 11
     {
12
-        $patternsWithResults = array_filter($failureMessages, function ($pattern) use ($output) {
12
+        $patternsWithResults = array_filter($failureMessages, function($pattern) use ($output) {
13 13
             return $pattern && preg_match($pattern, $output);
14 14
         });
15 15
 
Please login to merge, or discard this patch.