Skip to content

Commit 1e199cc

Browse files
authored
Fix typo in Enum.php
1 parent a75560c commit 1e199cc

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
@@ -405,7 +405,7 @@ private static function noAmbiguousValues(array $constants)
405405
* This will be called automatically on calling a method
406406
* with the same name of a defined enumerator.
407407
*
408-
* @param string $method The name of the enumeraotr (called as method)
408+
* @param string $method The name of the enumerator (called as method)
409409
* @param array $args There should be no arguments
410410
* @return static
411411
* @throws InvalidArgumentException On an invalid or unknown name

0 commit comments

Comments
 (0)