Skip to content

Commit

Permalink
fix method doctypes of Arr Support class (#41488)
Browse files Browse the repository at this point in the history
  • Loading branch information
hAz5 committed Mar 15, 2022
1 parent fafe2b9 commit 3cc51aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Arr.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public static function accessible($value)
* Add an element to an array using "dot" notation if it doesn't exist.
*
* @param array $array
* @param string $key
* @param string|int|float $key
* @param mixed $value
* @return array
*/
Expand Down Expand Up @@ -599,7 +599,7 @@ public static function random($array, $number = null, $preserveKeys = false)
* If no key is given to the method, the entire array will be replaced.
*
* @param array $array
* @param string|null $key
* @param string|int|null $key
* @param mixed $value
* @return array
*/
Expand Down

0 comments on commit 3cc51aa

Please sign in to comment.