Completed
Push — master ( be821e...418a4d )
by James Ekow Abaka
03:23
created
src/Context.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,9 +2,9 @@
 block discarded – undo
2 2
 
3 3
 namespace ntentan\nibii;
4 4
 
5
-use ntentan\panie\Container;
6
-use ntentan\kaikai\Cache;
7 5
 use ntentan\atiaa\DbContext;
6
+use ntentan\kaikai\Cache;
7
+use ntentan\panie\Container;
8 8
 
9 9
 /**
10 10
  * A collection of utility methods used as helpers for loading
Please login to merge, or discard this patch.
src/DataOperations.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -26,8 +26,6 @@
 block discarded – undo
26 26
 
27 27
 namespace ntentan\nibii;
28 28
 
29
-use ntentan\atiaa\Db;
30
-
31 29
 /**
32 30
  * Description of DataOperations
33 31
  *
Please login to merge, or discard this patch.
src/DriverAdapter.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\nibii;
4 4
 
5
-use ntentan\utils\Text;
6
-use ntentan\atiaa\Db;
7
-
8 5
 /**
9 6
  * A DriverAdaptr is a generic database adapter.
10 7
  * This adapter implements a lot of its operations through the atiaa library.
Please login to merge, or discard this patch.
src/ModelDescription.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -2,8 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace ntentan\nibii;
4 4
 
5
-use ntentan\atiaa\Db;
6
-
7 5
 class ModelDescription {
8 6
 
9 7
     private $fields = [];
Please login to merge, or discard this patch.
src/QueryOperations.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -27,8 +27,6 @@
 block discarded – undo
27 27
 namespace ntentan\nibii;
28 28
 
29 29
 use ntentan\utils\Text;
30
-use ntentan\atiaa\Db;
31
-use ntentan\panie\Container;
32 30
 
33 31
 class QueryOperations {
34 32
 
Please login to merge, or discard this patch.
src/RecordWrapper.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -26,9 +26,7 @@
 block discarded – undo
26 26
 
27 27
 namespace ntentan\nibii;
28 28
 
29
-use ntentan\kaikai\Cache;
30 29
 use ntentan\utils\Text;
31
-use ntentan\atiaa\Db;
32 30
 
33 31
 /**
34 32
  * 
Please login to merge, or discard this patch.
src/Relationship.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -26,8 +26,6 @@
 block discarded – undo
26 26
 
27 27
 namespace ntentan\nibii;
28 28
 
29
-use ntentan\panie\InjectionContainer;
30
-
31 29
 abstract class Relationship {
32 30
 
33 31
     const BELONGS_TO = 'BelongsTo';
Please login to merge, or discard this patch.