Passed
Push — master ( 6181f8...7f400a )
by Maxim
08:09
created
src/utils/migration/commands/MigrationUpCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -102,7 +102,7 @@
 block discarded – undo
102 102
                 $migrations[] = [$k, $migration];
103 103
             }
104 104
         }
105
-        \uasort($migrations, function (array $data1, array $data2) {
105
+        \uasort($migrations, function(array $data1, array $data2) {
106 106
             return $data1[0] <=> $data2[0];
107 107
         });
108 108
 
Please login to merge, or discard this patch.