Skip to content

Commit 3199623

Browse files
authored
fixed argument type in phpdoc of EnumMap::search()
1 parent b4fb5d7 commit 3199623

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/EnumMap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public function getValues()
8787

8888
/**
8989
* Search for the given value
90-
* @param null|bool|int|float|string|array $value
90+
* @param mixed $value
9191
* @param bool $strict Use strict type comparison
9292
* @return Enum|null The found key or NULL
9393
*/

0 commit comments

Comments
 (0)