Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/Enum.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ final public function getValue()
}

/**
* Get the name of the enumarator
* Get the name of the enumerator
*
* @return string
*/
Expand Down Expand Up @@ -181,7 +181,7 @@ final public static function get($value)
}

/**
* Get an enumarator instance by the given name
* Get an enumerator instance by the given name
*
* @param string $name The name of the enumerator
* @return static
Expand Down Expand Up @@ -327,7 +327,7 @@ private static function detectConstants($class)
}

/**
* Get an enumarator instance by the given name.
* Get an enumerator instance by the given name.
*
* This will be called automatically on calling a method
* with the same name of a defined enumerator.
Expand Down