Skip to content

Commit

Permalink
Style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mnapoli committed Jan 30, 2015
1 parent f9f7af3 commit 4af73a7
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/Enum.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public function getValue()
}

/**
* Returns the key of the current value on Enum
* Returns the enum key (i.e. the constant name).
*
* @return mixed
*/
Expand Down Expand Up @@ -101,10 +101,7 @@ public static function toArray()
/**
* Check if is valid enum value
*
* @static
*
* @param $value
*
* @return bool
*/
public static function isValid($value)
Expand All @@ -115,8 +112,6 @@ public static function isValid($value)
/**
* Check if is valid enum key
*
* @static
*
* @param $key
*
* @return bool
Expand All @@ -129,8 +124,6 @@ public static function isValidKey($key)
/**
* Return key for value
*
* @static
*
* @param $value
*
* @return mixed
Expand Down

0 comments on commit 4af73a7

Please sign in to comment.