Skip to content

Commit d915547

Browse files
authored
Merge pull request #58 from DannyvdSluijs/patch-1
2 parents 7d99150 + 4fcd6fe commit d915547

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Enum.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ final public function getValue()
104104
}
105105

106106
/**
107-
* Get the name of the enumarator
107+
* Get the name of the enumerator
108108
*
109109
* @return string
110110
*/
@@ -181,7 +181,7 @@ final public static function get($value)
181181
}
182182

183183
/**
184-
* Get an enumarator instance by the given name
184+
* Get an enumerator instance by the given name
185185
*
186186
* @param string $name The name of the enumerator
187187
* @return static
@@ -327,7 +327,7 @@ private static function detectConstants($class)
327327
}
328328

329329
/**
330-
* Get an enumarator instance by the given name.
330+
* Get an enumerator instance by the given name.
331331
*
332332
* This will be called automatically on calling a method
333333
* with the same name of a defined enumerator.

0 commit comments

Comments
 (0)