Add coverage annotations

This commit is contained in:
Andrea Marco Sartori 2023-06-14 21:20:08 +02:00
parent 3eec5fc8fb
commit 787882e7b5

View File

@ -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
}
}
}