diff --git a/src/Illuminate/Collections/Arr.php b/src/Illuminate/Collections/Arr.php index cddcde2ecc9..ab0b5183d10 100644 --- a/src/Illuminate/Collections/Arr.php +++ b/src/Illuminate/Collections/Arr.php @@ -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)