Completed
Push — master ( becade...5e010c )
by Michal
06:05 queued 02:08
created
src/Statements/LoadStatement.php 2 patches
Unused Use Statements   -6 removed lines patch added patch discarded remove patch
@@ -7,14 +7,8 @@
 block discarded – undo
7 7
 namespace PhpMyAdmin\SqlParser\Statements;
8 8
 
9 9
 use PhpMyAdmin\SqlParser\Components\ArrayObj;
10
-use PhpMyAdmin\SqlParser\Components\Condition;
11 10
 use PhpMyAdmin\SqlParser\Components\Expression;
12 11
 use PhpMyAdmin\SqlParser\Components\ExpressionArray;
13
-use PhpMyAdmin\SqlParser\Components\FunctionCall;
14
-use PhpMyAdmin\SqlParser\Components\IntoKeyword;
15
-use PhpMyAdmin\SqlParser\Components\JoinKeyword;
16
-use PhpMyAdmin\SqlParser\Components\Limit;
17
-use PhpMyAdmin\SqlParser\Components\OrderKeyword;
18 12
 use PhpMyAdmin\SqlParser\Components\OptionsArray;
19 13
 use PhpMyAdmin\SqlParser\Components\SetOperation;
20 14
 use PhpMyAdmin\SqlParser\Parser;
Please login to merge, or discard this patch.
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -233,10 +233,10 @@
 block discarded – undo
233 233
         ++$list->idx;
234 234
 
235 235
                 /**
236
-         * The state of the parser.
237
-         *
238
-         * @var int
239
-         */
236
+                 * The state of the parser.
237
+                 *
238
+                 * @var int
239
+                 */
240 240
         $state = 0;
241 241
 
242 242
         for (; $list->idx < $list->count; ++$list->idx) {
Please login to merge, or discard this patch.