Skip to content

Commit

Permalink
Type info for collection that now supports generics
Browse files Browse the repository at this point in the history
  • Loading branch information
Firehed committed Jul 17, 2023
1 parent 8b0f128 commit 3047e01
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/InMemoryRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,8 @@ public function getClassName(): string
/**
* Selectable implementation
* {@inheritdoc}
*
* @return Collection<array-key, Entity>
*/
public function matching(Criteria $criteria): Collection
{
Expand Down

0 comments on commit 3047e01

Please sign in to comment.