Skip to content

Commit 8ffd585

Browse files
committed
fixed phpdoc of Enum::is()
1 parent a6ed54f commit 8ffd585

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MabeEnum/Enum.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ final public function getOrdinal()
141141
/**
142142
* Compare this enum against another enum and check if it's the same
143143
*
144-
* @param mixed $value
144+
* @param mixed $enum
145145
* @return bool
146146
*/
147147
final public function is($enum)

0 commit comments

Comments
 (0)