Skip to content

Commit

Permalink
Merge pull request #328 from doctrine/1.7.x
Browse files Browse the repository at this point in the history
Merge 1.7.x up into 1.8.x
  • Loading branch information
greg0ire authored Sep 1, 2022
2 parents d54ab99 + 09dde3e commit acfc14d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Doctrine/Common/Collections/ArrayCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ public function getIterator()
/**
* {@inheritDoc}
*
* @psalm-param Closure(T=):U $func
* @psalm-param Closure(T):U $func
*
* @return static
* @psalm-return static<TKey, U>
Expand Down

0 comments on commit acfc14d

Please sign in to comment.