Completed
Pull Request — develop (#789)
by Luke
04:41
created
src/N98/Magento/Command/System/Setup/CompareVersionsCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -84,7 +84,7 @@
 block discarded – undo
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
             }
Please login to merge, or discard this patch.