Completed
Push — master ( 41555d...dae5b9 )
by Martijn
02:47
created
src/Vanderlee/Comprehend/Parser/Structure/Repeat.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -62,7 +62,7 @@
 block discarded – undo
62 62
             if ($skip !== false) {
63 63
                 $match = $this->parser->parse($input, $offset + $length + $skip, $context);
64 64
                 if ($match instanceof Success) {
65
-                    $length          += $skip + $match->length;
65
+                    $length += $skip + $match->length;
66 66
                     $child_matches[] = $match;
67 67
                 }
68 68
             }
Please login to merge, or discard this patch.