Skip to content

Commit

Permalink
update php doc arr::exists to show it also accepts float (#53097)
Browse files Browse the repository at this point in the history
  • Loading branch information
schulerj89 authored Oct 10, 2024
1 parent 9201b98 commit 53c1d50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Collections/Arr.php
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ public static function except($array, $keys)
* Determine if the given key exists in the provided array.
*
* @param \ArrayAccess|array $array
* @param string|int $key
* @param string|int|float $key
* @return bool
*/
public static function exists($array, $key)
Expand Down

0 comments on commit 53c1d50

Please sign in to comment.