Skip to content

Commit b3280d2

Browse files
committed
Updating README
1 parent b335232 commit b3280d2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,7 @@ function setAction(Action $action) {
5858
- `getValue()` Returns the current value of the enum
5959
- `getKey()` Returns the key of the current value on Enum
6060
- `keys()` (@static) Returns the names (keys) of all constants in the Enum class
61-
- `values()` (@static) method Returns all possible values as an array (constant name in key, constant value in value)
62-
- `toArray()` (@static and @deprecated) Alias for `values()`
61+
- `toArray()` (@static) method Returns all possible values as an array (constant name in key, constant value in value)
6362
- `isValid()` (@static) Check if tested value is valid on enum set
6463
- `isValidKey()` (@static) Check if tested key is valid on enum set
6564
- `search()` Return key for searched value

0 commit comments

Comments
 (0)