Completed
Push — dev ( 7937c3...19c9e2 )
by James Ekow Abaka
21:26
created
src/Driver.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\atiaa;
28 28
 
29
+use Psr\Log\LoggerInterface;
29 30
 use ntentan\atiaa\exceptions\ConnectionException;
30 31
 use ntentan\atiaa\exceptions\DatabaseDriverException;
31
-use Psr\Log\LoggerInterface;
32 32
 
33 33
 /**
34 34
  * A driver class for connecting to a specific database platform.
Please login to merge, or discard this patch.