Skip to content

Commit b4fb5d7

Browse files
authored
fixed first arg name in phpdoc of Enum:has()
1 parent 32677fe commit b4fb5d7

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
@@ -325,7 +325,7 @@ final public static function getConstants()
325325
/**
326326
* Test if the given enumerator is part of this enumeration
327327
*
328-
* @param static|null|bool|int|float|string|array $value
328+
* @param static|null|bool|int|float|string|array $enumerator
329329
* @return bool
330330
*/
331331
final public static function has($enumerator)

0 commit comments

Comments
 (0)