Skip to content

Commit d5b3372

Browse files
authored
StatementList use Iterator;
psalm in my own project complains about this issue, as `Iterator` is missing a use statement
1 parent 995bad1 commit d5b3372

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Statement/StatementList.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
use Comparable;
77
use Countable;
88
use InvalidArgumentException;
9+
use Iterator;
910
use IteratorAggregate;
1011
use Traversable;
1112
use Wikibase\DataModel\Entity\PropertyId;

0 commit comments

Comments
 (0)