Skip to content

Commit 4af73a7

Browse files
committed
Style fixes
1 parent f9f7af3 commit 4af73a7

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

src/Enum.php

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public function getValue()
5555
}
5656

5757
/**
58-
* Returns the key of the current value on Enum
58+
* Returns the enum key (i.e. the constant name).
5959
*
6060
* @return mixed
6161
*/
@@ -101,10 +101,7 @@ public static function toArray()
101101
/**
102102
* Check if is valid enum value
103103
*
104-
* @static
105-
*
106104
* @param $value
107-
*
108105
* @return bool
109106
*/
110107
public static function isValid($value)
@@ -115,8 +112,6 @@ public static function isValid($value)
115112
/**
116113
* Check if is valid enum key
117114
*
118-
* @static
119-
*
120115
* @param $key
121116
*
122117
* @return bool
@@ -129,8 +124,6 @@ public static function isValidKey($key)
129124
/**
130125
* Return key for value
131126
*
132-
* @static
133-
*
134127
* @param $value
135128
*
136129
* @return mixed

0 commit comments

Comments
 (0)