@@ -32,7 +32,7 @@ |
||
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); |