Completed
Pull Request — master (#456)
by Adrien
06:05
created
lib/Doctrine/DBAL/Migrations/Tools/Console/Command/MigrateCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -127,7 +127,7 @@
 block discarded – undo
127 127
 
128 128
             return 0;
129 129
         } else {
130
-            $dryRun = (boolean)$input->getOption('dry-run');
130
+            $dryRun = (boolean) $input->getOption('dry-run');
131 131
 
132 132
             // warn the user if no dry run and interaction is on
133 133
             if (!$dryRun) {
Please login to merge, or discard this patch.