Completed
Push — master ( 574ebe...7222c2 )
by Michal
07:44 queued 03:59
created
src/Statements/LoadStatement.php 1 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.