Completed
Push — master ( 7fcc25...2e4be2 )
by James Ekow Abaka
01:42
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\ArgumentParser;
31 31
 use clearice\ConsoleIO;
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/Status.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,9 +2,9 @@
 block discarded – undo
2 2
 
3 3
 namespace yentu\commands;
4 4
 
5
-use yentu\Yentu;
6 5
 use clearice\ConsoleIO;
7 6
 use yentu\DatabaseManipulatorFactory;
7
+use yentu\Yentu;
8 8
 
9 9
 /**
10 10
  * 
Please login to merge, or discard this patch.