Completed
Push — 1.1 ( 342408...f00cd7 )
by David
03:00
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.