diff --git a/src/Tokens/Parser.php b/src/Tokens/Parser.php index a180d69..ea4a50a 100644 --- a/src/Tokens/Parser.php +++ b/src/Tokens/Parser.php @@ -135,7 +135,7 @@ final class Parser implements IteratorAggregate $this->isFastForwarding = true; foreach ($this as $value) { - $value instanceof self && $value->fastForward(); + $value instanceof self && $value->fastForward(); // @codeCoverageIgnore } } }