Completed
Pull Request — 1.3 (#47)
by
unknown
08:10 queued 03:49
created
src/SQLParser/Node/NodeFactory.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,6 @@
 block discarded – undo
33 33
 namespace SQLParser\Node;
34 34
 
35 35
 use Mouf\Database\MagicQueryException;
36
-use Mouf\Database\MagicQueryParserException;
37 36
 use SQLParser\SqlRenderInterface;
38 37
 use Doctrine\DBAL\Connection;
39 38
 use Mouf\MoufManager;
Please login to merge, or discard this patch.
src/Mouf/Database/MagicQuery.php 1 patch
Indentation   -1 removed lines patch added patch discarded remove patch
@@ -168,7 +168,6 @@
 block discarded – undo
168 168
      * @param NodeInterface $sqlNode
169 169
      * @param array $parameters
170 170
      * @param bool $extrapolateParameters Whether the parameters should be fed into the returned SQL query
171
-
172 171
      * @return string
173 172
      */
174 173
     public function toSql(NodeInterface $sqlNode, array $parameters = array(), bool $extrapolateParameters = true)
Please login to merge, or discard this patch.