Completed
Pull Request — master (#480)
by
unknown
03:06
created
lib/Doctrine/DBAL/Migrations/Migration.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -197,7 +197,7 @@
 block discarded – undo
197 197
         return [];
198 198
     }
199 199
 
200
-    private function migrationsCanExecute(callable $confirm=null)
200
+    private function migrationsCanExecute(callable $confirm = null)
201 201
     {
202 202
         return null === $confirm ? true : $confirm();
203 203
     }
Please login to merge, or discard this patch.