Skip to content

Commit

Permalink
add iterable type
Browse files Browse the repository at this point in the history
  • Loading branch information
cevro committed Jul 30, 2023
1 parent 3ff851b commit 01964fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/TypedSelectionsTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

/**
* @template M of Model
* @phpstan-implements \Iterator<M>
*/
trait TypedSelectionsTrait
{
Expand Down

0 comments on commit 01964fe

Please sign in to comment.