Skip to content

Commit

Permalink
Fix docblock for collection pluck methods (#51295)
Browse files Browse the repository at this point in the history
  • Loading branch information
SanderMuller committed May 5, 2024
1 parent 19c6554 commit 3859367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Collection.php
Original file line number Diff line number Diff line change
Expand Up @@ -755,7 +755,7 @@ public function last(?callable $callback = null, $default = null)
/**
* Get the values of a given key.
*
* @param string|int|array<array-key, string> $value
* @param string|int|array<array-key, string>|null $value
* @param string|null $key
* @return static<array-key, mixed>
*/
Expand Down

0 comments on commit 3859367

Please sign in to comment.