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()
104
104
}
105
105
106
106
/**
107
- * Get the name of the enumarator
107
+ * Get the name of the enumerator
108
108
*
109
109
* @return string
110
110
*/
@@ -181,7 +181,7 @@ final public static function get($value)
181
181
}
182
182
183
183
/**
184
- * Get an enumarator instance by the given name
184
+ * Get an enumerator instance by the given name
185
185
*
186
186
* @param string $name The name of the enumerator
187
187
* @return static
@@ -327,7 +327,7 @@ private static function detectConstants($class)
327
327
}
328
328
329
329
/**
330
- * Get an enumarator instance by the given name.
330
+ * Get an enumerator instance by the given name.
331
331
*
332
332
* This will be called automatically on calling a method
333
333
* with the same name of a defined enumerator.
You can’t perform that action at this time.
0 commit comments