Passed
Pull Request — master (#45)
by Douglas
03:16
created
src/AntiMattr/MongoDB/Migrations/Tools/Console/Command/StatusCommand.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -141,8 +141,8 @@
 block discarded – undo
141 141
 
142 142
                 $table = new Table($output);
143 143
                 $table->setHeaders(['Version', 'Date Migrated', 'Description'])
144
-                      ->setRows($rows)
145
-                      ->render();
144
+                        ->setRows($rows)
145
+                        ->render();
146 146
             }
147 147
 
148 148
             $executedUnavailableMigrations = $configuration->getUnavailableMigratedVersions();
Please login to merge, or discard this patch.