Completed
Pull Request — master (#3)
by Joao
04:56
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.
tests/MigrationTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 namespace Test;
3 3
 
4
-use ByJG\AnyDataset\Store\PdoMysql;
5 4
 use ByJG\DbMigration\Migration;
6 5
 use ByJG\Util\Uri;
7 6
 
Please login to merge, or discard this patch.