Skip to content

Commit

Permalink
TASK: Fix Projections @implements \IteratorAggregate
Browse files Browse the repository at this point in the history
> Method Neos\ContentRepository\Core\Projection\Projections::getIterator() return type with generic interface Neos\ContentRepository\Core\Projection\ProjectionInterface does not specify its types: TState
  • Loading branch information
mhsdesign committed Oct 17, 2024
1 parent f2e1bb2 commit ba2df8c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
/**
* An immutable set of Content Repository projections ({@see ProjectionInterface}
*
* @implements \IteratorAggregate<ProjectionInterface>
* @implements \IteratorAggregate<ProjectionInterface<ProjectionStateInterface>>
* @internal
*/
final class Projections implements \IteratorAggregate, \Countable
Expand Down

0 comments on commit ba2df8c

Please sign in to comment.