Skip to content

Commit

Permalink
Align DocBlocks (#34703)
Browse files Browse the repository at this point in the history
  • Loading branch information
AegirLeet committed Oct 6, 2020
1 parent 8a6bf87 commit 669034c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Illuminate/Collections/Arr.php
Expand Up @@ -409,7 +409,7 @@ public static function only($array, $keys)
* Pluck an array of values from an array.
*
* @param iterable $array
* @param string|array $value
* @param string|array|int|null $value
* @param string|array|null $key
* @return array
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Illuminate/Collections/Collection.php
Expand Up @@ -608,7 +608,7 @@ public function last(callable $callback = null, $default = null)
/**
* Get the values of a given key.
*
* @param string|array $value
* @param string|array|int|null $value
* @param string|null $key
* @return static
*/
Expand Down

0 comments on commit 669034c

Please sign in to comment.