@@ -84,7 +84,7 @@ |
||
84 | 84 | } |
85 | 85 | |
86 | 86 | if ($input->getOption('errors-only')) { |
87 | - $table = array_filter($table, function($row){ |
|
87 | + $table = array_filter($table, function($row) { |
|
88 | 88 | return ($row['Status'] === 'Error'); |
89 | 89 | }); |
90 | 90 | } |