Skip to content

Commit

Permalink
Release v3.1.21 (#6742)
Browse files Browse the repository at this point in the history
Co-authored-by: gaichao168 <[email protected]>
Co-authored-by: 10966 <[email protected]>
Co-authored-by: Luffy <[email protected]>
  • Loading branch information
4 people authored May 9, 2024
1 parent def96e8 commit c7f768a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Collection.php
Original file line number Diff line number Diff line change
Expand Up @@ -791,7 +791,7 @@ public function groupBy($groupBy, bool $preserveKeys = false): self
* Key an associative array by a field or using a callback.
*
* @param array|(callable(TValue, TKey): array-key)|string $keyBy
* @return static<TKey, array<TKey, TValue>>
* @return static<TKey, TValue>
*/
public function keyBy($keyBy): self
{
Expand Down

0 comments on commit c7f768a

Please sign in to comment.