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()
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
You can’t perform that action at this time.
0 commit comments