Skip to content

Commit 869c9dd

Browse files
authored
Merge pull request #103 from maczkomaciej/hotfix/typo-in-enum-php
Fix typo in Enum.php
2 parents a75560c + 1e199cc commit 869c9dd

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)