Skip to content

Commit 30ab894

Browse files
committed
typo
1 parent 3304afa commit 30ab894

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Enum.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ final public function is($enumerator)
167167
*
168168
* @param static|null|bool|int|float|string|array $enumerator An enumerator object or value
169169
* @return static
170-
* @throws InvalidArgumentException On an unknwon or invalid value
170+
* @throws InvalidArgumentException On an unknown or invalid value
171171
* @throws LogicException On ambiguous constant values
172172
*/
173173
final public static function get($enumerator)
@@ -184,7 +184,7 @@ final public static function get($enumerator)
184184
*
185185
* @param null|bool|int|float|string|array $value Enumerator value
186186
* @return static
187-
* @throws InvalidArgumentException On an unknwon or invalid value
187+
* @throws InvalidArgumentException On an unknown or invalid value
188188
* @throws LogicException On ambiguous constant values
189189
*/
190190
final public static function byValue($value)

0 commit comments

Comments
 (0)