Completed
Push — master ( 6bc7cf...be821e )
by James Ekow Abaka
05:06
created
src/DriverAdapter.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace ntentan\nibii;
4 4
 
5
-use ntentan\utils\Text;
6 5
 use ntentan\atiaa\Db;
7 6
 
8 7
 /**
Please login to merge, or discard this patch.
src/DataOperations.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,6 @@
 block discarded – undo
26 26
 
27 27
 namespace ntentan\nibii;
28 28
 
29
-use ntentan\utils\Utils;
30 29
 use ntentan\atiaa\Db;
31 30
 use ntentan\panie\InjectionContainer;
32 31
 
Please login to merge, or discard this patch.
src/Resolver.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,10 +8,10 @@
 block discarded – undo
8 8
 
9 9
 namespace ntentan\nibii;
10 10
 
11
+use ntentan\config\Config;
11 12
 use ntentan\nibii\interfaces\ModelClassResolverInterface;
12 13
 use ntentan\nibii\interfaces\ModelJoinerInterface;
13 14
 use ntentan\nibii\interfaces\TableNameResolverInterface;
14
-use ntentan\config\Config;
15 15
 use ntentan\utils\Text;
16 16
 
17 17
 /**
Please login to merge, or discard this patch.
src/QueryOperations.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,9 +26,9 @@
 block discarded – undo
26 26
 
27 27
 namespace ntentan\nibii;
28 28
 
29
-use ntentan\utils\Text;
30 29
 use ntentan\atiaa\Db;
31 30
 use ntentan\panie\Container;
31
+use ntentan\utils\Text;
32 32
 
33 33
 class QueryOperations {
34 34
 
Please login to merge, or discard this patch.
src/RecordWrapper.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,6 @@
 block discarded – undo
28 28
 
29 29
 use ntentan\kaikai\Cache;
30 30
 use ntentan\utils\Text;
31
-use ntentan\atiaa\Db;
32 31
 
33 32
 /**
34 33
  * 
Please login to merge, or discard this patch.
src/relationships/BelongsToRelationship.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -26,10 +26,10 @@
 block discarded – undo
26 26
 
27 27
 namespace ntentan\nibii\relationships;
28 28
 
29
-use ntentan\nibii\QueryParameters;
30
-use ntentan\utils\Text;
31 29
 use ntentan\nibii\Nibii;
30
+use ntentan\nibii\QueryParameters;
32 31
 use ntentan\panie\InjectionContainer;
32
+use ntentan\utils\Text;
33 33
 
34 34
 class BelongsToRelationship extends \ntentan\nibii\Relationship
35 35
 {
Please login to merge, or discard this patch.
src/relationships/ManyHaveManyRelationship.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,8 +27,8 @@
 block discarded – undo
27 27
 namespace ntentan\nibii\relationships;
28 28
 
29 29
 use ntentan\nibii\Nibii;
30
-use ntentan\utils\Text;
31 30
 use ntentan\panie\InjectionContainer;
31
+use ntentan\utils\Text;
32 32
 
33 33
 class ManyHaveManyRelationship extends \ntentan\nibii\Relationship {
34 34
 
Please login to merge, or discard this patch.