Completed
Push — dev ( 6802e3 )
by James Ekow Abaka
01:04
created
src/Driver.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\atiaa;
4 4
 
5
-use ntentan\atiaa\exceptions\DatabaseDriverException;
6
-use ntentan\atiaa\exceptions\ConnectionException;
7 5
 use Psr\Log\LoggerInterface;
6
+use ntentan\atiaa\exceptions\ConnectionException;
7
+use ntentan\atiaa\exceptions\DatabaseDriverException;
8 8
 
9 9
 /**
10 10
  * A driver class for connecting to a specific database platform.
Please login to merge, or discard this patch.