Completed
Push — dev ( cd3f4f...d89a63 )
by James Ekow Abaka
02:05
created
src/cli.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -29,10 +29,10 @@
 block discarded – undo
29 29
 
30 30
 use clearice\argparser\ArgumentParser;
31 31
 use clearice\io\Io;
32
-use yentu\AbstractDatabaseManipulator;
33 32
 use ntentan\atiaa\DriverFactory;
34
-use yentu\Yentu;
35 33
 use ntentan\config\Config;
34
+use yentu\AbstractDatabaseManipulator;
35
+use yentu\Yentu;
36 36
 
37 37
 $container = new ntentan\panie\Container();
38 38
 $container->setup([
Please login to merge, or discard this patch.
src/commands/Import.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,8 +3,8 @@
 block discarded – undo
3 3
 namespace yentu\commands;
4 4
 
5 5
 use clearice\io\Io;
6
-use yentu\DatabaseManipulatorFactory;
7 6
 use yentu\CodeWriter;
7
+use yentu\DatabaseManipulatorFactory;
8 8
 use yentu\Reversible;
9 9
 use yentu\Yentu;
10 10
 
Please login to merge, or discard this patch.
src/commands/Init.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -27,11 +27,11 @@
 block discarded – undo
27 27
 namespace yentu\commands;
28 28
 
29 29
 use clearice\io\Io;
30
+use ntentan\config\Config;
31
+use yentu\DatabaseManipulatorFactory;
30 32
 use yentu\Reversible;
31 33
 use yentu\Yentu;
32 34
 use yentu\exceptions\CommandException;
33
-use yentu\DatabaseManipulatorFactory;
34
-use ntentan\config\Config;
35 35
 
36 36
 /**
37 37
  * The init command class. This command intiates a project for yentu migration
Please login to merge, or discard this patch.