@@ -9,7 +9,7 @@ |
||
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 |