Completed
Push — master ( 2d50ed...6bb3cd )
by James Ekow Abaka
10:18
created
src/RecordWrapper.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,8 +25,8 @@
 block discarded – undo
25 25
 
26 26
 namespace ntentan\nibii;
27 27
 
28
-use ntentan\utils\Utils;
29 28
 use ntentan\kaikai\Cache;
29
+use ntentan\utils\Utils;
30 30
 
31 31
 class RecordWrapper implements \ArrayAccess, \Countable, \Iterator
32 32
 {
Please login to merge, or discard this patch.
src/DataOperations.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,8 +25,8 @@
 block discarded – undo
25 25
 
26 26
 namespace ntentan\nibii;
27 27
 
28
-use ntentan\utils\Utils;
29 28
 use ntentan\kaikai\Cache;
29
+use ntentan\utils\Utils;
30 30
 
31 31
 class RecordWrapper implements \ArrayAccess, \Countable, \Iterator
32 32
 {
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,8 +26,8 @@
 block discarded – undo
26 26
 
27 27
 namespace ntentan\nibii;
28 28
 
29
-use ntentan\utils\Text;
30 29
 use ntentan\atiaa\Db;
30
+use ntentan\utils\Text;
31 31
 
32 32
 class QueryOperations
33 33
 {
Please login to merge, or discard this patch.
src/DriverAdapter.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,8 +26,8 @@
 block discarded – undo
26 26
 
27 27
 namespace ntentan\nibii;
28 28
 
29
-use ntentan\utils\Text;
30 29
 use ntentan\atiaa\Db;
30
+use ntentan\utils\Text;
31 31
 
32 32
 class QueryOperations
33 33
 {
Please login to merge, or discard this patch.