Completed
Push — master ( 417e7e...8f7e9a )
by Dmitry
02:15
created
src/Bootstrap.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -19,8 +19,8 @@
 block discarded – undo
19 19
 
20 20
     public function migrate()
21 21
     {
22
-        foreach($this->migrations as $migration) {
23
-            if(!is_object($migration)) {
22
+        foreach ($this->migrations as $migration) {
23
+            if (!is_object($migration)) {
24 24
                 $migration = new $migration;
25 25
             }
26 26
             $migration->migrate($this->mapper);
Please login to merge, or discard this patch.