Test Setup Failed
Push — master ( dae5b9...d54cec )
by Martijn
02:12
created
src/Vanderlee/Comprehend/Parser/Structure/Sequence.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
32 32
         $total = 0;
33 33
         /** @var Parser $parser */
34 34
         foreach ($this->parsers as $parser) {
35
-           if ($total > 0) {
35
+            if ($total > 0) {
36 36
                 $skip = $context->skipSpacing($input, $offset + $total);
37 37
                 if ($skip === false) {
38 38
                     return $this->failure($input, $offset, $total);
Please login to merge, or discard this patch.