mirror of
https://github.com/cerbero90/json-parser.git
synced 2025-01-16 20:48:15 +01:00
Add coverage annotations
This commit is contained in:
parent
3eec5fc8fb
commit
787882e7b5
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user