Completed
Push — master ( 9bd1b4...a21c41 )
by Joao
04:25 queued 02:23
created
src/Database/AbstractDatabase.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -75,5 +75,5 @@
 block discarded – undo
75 75
         $this->getDbDriver()->execute('drop table migration_version');
76 76
         $this->createVersion();
77 77
         $this->setVersion($currentVersion, 'unknow');
78
-   }
78
+    }
79 79
 }
Please login to merge, or discard this patch.