Completed
Push — master ( 5df59f...c0d6d9 )
by James Ekow Abaka
02:05
created
src/DbContext.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -2,9 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace ntentan\atiaa;
4 4
 
5
-use ntentan\panie\Container;
6
-use ntentan\utils\Text;
7
-
8 5
 class DbContext
9 6
 {
10 7
 
Please login to merge, or discard this patch.
src/drivers/SqliteDriver.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -25,8 +25,6 @@
 block discarded – undo
25 25
 
26 26
 namespace ntentan\atiaa\drivers;
27 27
 
28
-use ntentan\panie\Container;
29
-
30 28
 /**
31 29
  * SQLite driver implementation
32 30
  */
Please login to merge, or discard this patch.
src/Driver.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,8 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace ntentan\atiaa;
4 4
 
5
-use ntentan\atiaa\exceptions\DatabaseDriverException;
6 5
 use ntentan\atiaa\exceptions\ConnectionException;
6
+use ntentan\atiaa\exceptions\DatabaseDriverException;
7 7
 
8 8
 /**
9 9
  * A driver class for connecting to a specific database platform.
Please login to merge, or discard this patch.