Completed
Push — 1.1 ( f00cd7...edfb57 )
by David
8s
created
src/Mouf/Database/MagicQuery/Twig/SqlTwigEnvironmentFactory.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -1,8 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 namespace Mouf\Database\MagicQuery\Twig;
3 3
 
4
-use Doctrine\DBAL\Connection;
5
-
6 4
 /**
7 5
  * Class in charge of creating the Twig environment
8 6
  */
Please login to merge, or discard this patch.
src/SQLParser/Node/SubQuery.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,6 @@
 block discarded – undo
39 39
 use SQLParser\Query\Select;
40 40
 use Mouf\MoufInstanceDescriptor;
41 41
 use Mouf\MoufManager;
42
-use SQLParser\SqlRenderInterface;
43 42
 
44 43
 /**
45 44
  * This class represents a subquery (and optionally a JOIN .. ON expression in an SQL expression.
Please login to merge, or discard this patch.
src/SQLParser/Node/WhenConditions.php 1 patch
Unused Use Statements   -5 removed lines patch added patch discarded remove patch
@@ -2,12 +2,7 @@
 block discarded – undo
2 2
 
3 3
 namespace SQLParser\Node;
4 4
 
5
-use Mouf\Utils\Common\ConditionInterface\ConditionTrait;
6 5
 use Doctrine\DBAL\Connection;
7
-use Mouf\MoufManager;
8
-use Mouf\MoufInstanceDescriptor;
9
-use SQLParser\Node\Traverser\NodeTraverser;
10
-use SQLParser\Node\Traverser\VisitorInterface;
11 6
 
12 7
 /**
13 8
  * This class represents a set of ... WHEN ... THEN ... construct (inside a CASE).
Please login to merge, or discard this patch.