-
Notifications
You must be signed in to change notification settings - Fork 11.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update pluck documentation to accept array (#17649)
* Update docblock of Collection::pluck to accept array Since Arr::pluck accepts it as well: https://github.com/laravel/framework/blob/01be2355d40bcacaaf06ae6b21d1d687d0d07dd2/src/Illuminate/Support/Arr.php#L344 * Add test where pluck is called with an array Just to enhance the documentation function of tests.
- Loading branch information
1 parent
a25f586
commit d53541c
Showing
2 changed files
with
11 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters