Skip to content

Commit

Permalink
Update Neos.ContentRepository.Core/Classes/SharedModel/ContentReposit…
Browse files Browse the repository at this point in the history
…ory/ContentRepositoryIds.php

Co-authored-by: Marc Henry Schultz <[email protected]>
  • Loading branch information
bwaidelich and mhsdesign authored Aug 3, 2024
1 parent 374478e commit 68594fc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public static function fromArray(array $ids): self

public function getIterator(): \Traversable
{
return yield from $this->ids;
yield from $this->ids;
}

public function count(): int
Expand Down

0 comments on commit 68594fc

Please sign in to comment.