Skip to content

Commit

Permalink
update doc block
Browse files Browse the repository at this point in the history
  • Loading branch information
timacdonald committed Mar 11, 2018
1 parent 4385163 commit 91ee51f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Support/Arr.php
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@ public static function set(&$array, $key, $value)
* Shuffle the given array and return the result.
*
* @param array $array
* @param int $seed
* @param int|null $seed
* @return array
*/
public static function shuffle($array, $seed = null)
Expand Down

0 comments on commit 91ee51f

Please sign in to comment.