Completed
Push — master ( 1e999f...03d6e7 )
by Philip
02:55
created
src/CRUDlex/MySQLData.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,8 +11,8 @@
 block discarded – undo
11 11
 
12 12
 namespace CRUDlex;
13 13
 
14
-use Doctrine\DBAL\Query\QueryBuilder;
15 14
 use Doctrine\DBAL\Connection;
15
+use Doctrine\DBAL\Query\QueryBuilder;
16 16
 
17 17
 /**
18 18
  * MySQL Data implementation using a given Doctrine DBAL instance.
Please login to merge, or discard this patch.