Skip to content

Commit 32677fe

Browse files
authored
Enum::hasValue() can return an array
1 parent 9ad4dda commit 32677fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Enum.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ final public static function has($enumerator)
340340
/**
341341
* Test if the given enumerator value is part of this enumeration
342342
*
343-
* @param null|bool|int|float|string $value
343+
* @param null|bool|int|float|string|array $value
344344
* @return bool
345345
*/
346346
final public static function hasValue($value)

0 commit comments

Comments
 (0)