Skip to content

Commit 85767bd

Browse files
committed
chore: add codecov ignore
1 parent 470f142 commit 85767bd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Helper.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,11 @@ public static function asArray($data)
2525
return $data->get();
2626
}
2727

28+
// @codeCoverageIgnoreStart
2829
if ($data instanceof \Traversable) {
2930
return \iterator_to_array($data);
3031
}
32+
// @codeCoverageIgnoreEnd
3133

3234
if ($data instanceof \JsonSerializable) {
3335
return $data->jsonSerialize();

0 commit comments

Comments
 (0)