File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ public function getValue()
55
55
}
56
56
57
57
/**
58
- * Returns the key of the current value on Enum
58
+ * Returns the enum key (i.e. the constant name).
59
59
*
60
60
* @return mixed
61
61
*/
@@ -101,10 +101,7 @@ public static function toArray()
101
101
/**
102
102
* Check if is valid enum value
103
103
*
104
- * @static
105
- *
106
104
* @param $value
107
- *
108
105
* @return bool
109
106
*/
110
107
public static function isValid ($ value )
@@ -115,8 +112,6 @@ public static function isValid($value)
115
112
/**
116
113
* Check if is valid enum key
117
114
*
118
- * @static
119
- *
120
115
* @param $key
121
116
*
122
117
* @return bool
@@ -129,8 +124,6 @@ public static function isValidKey($key)
129
124
/**
130
125
* Return key for value
131
126
*
132
- * @static
133
- *
134
127
* @param $value
135
128
*
136
129
* @return mixed
You can’t perform that action at this time.
0 commit comments