File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments