Completed
Pull Request — develop (#167)
by Robbie
06:52 queued 02:20
created
src/N98/Magento/Command/System/Setup/CompareVersionsCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -82,7 +82,7 @@
 block discarded – undo
82 82
                 return $a['Status'] !== 'OK';
83 83
             });
84 84
 
85
-            array_walk($table, function (&$row) {
85
+            array_walk($table, function(&$row) {
86 86
                 $status             = $row['Status'];
87 87
                 $availableStatus    = array('OK' => 'info', 'Error' => 'error');
88 88
                 $statusString       = sprintf(
Please login to merge, or discard this patch.