Completed
Pull Request — 1.3 (#56)
by David
01:31
created
src/SQLParser/Node/NodeFactory.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 
4 4
 use Doctrine\DBAL\Platforms\AbstractPlatform;
5 5
 use Mouf\Database\MagicQueryException;
6
-use Mouf\Database\MagicQueryParserException;
7 6
 use SQLParser\SqlRenderInterface;
8 7
 use Mouf\MoufManager;
9 8
 use Mouf\MoufInstanceDescriptor;
Please login to merge, or discard this patch.
src/SQLParser/Query/Select.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,6 @@
 block discarded – undo
32 32
  */
33 33
 namespace SQLParser\Query;
34 34
 
35
-use Doctrine\DBAL\Connection;
36 35
 use Doctrine\DBAL\Platforms\AbstractPlatform;
37 36
 use Mouf\MoufInstanceDescriptor;
38 37
 use SQLParser\Node\NodeFactory;
Please login to merge, or discard this patch.
src/SQLParser/Query/Union.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 SQLParser\Query;
4 4
 
5
-use Doctrine\DBAL\Connection;
6 5
 use Doctrine\DBAL\Platforms\AbstractPlatform;
7 6
 use Mouf\MoufInstanceDescriptor;
8 7
 use SQLParser\Node\NodeFactory;
Please login to merge, or discard this patch.