We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e7ddd7 commit e42fa9dCopy full SHA for e42fa9d
README.md
@@ -17,6 +17,11 @@ Using an enum instead of class constants provides the following advantages:
17
18
This Enum class is not intended to replace class constants, but only to be used when it makes sense.
19
20
+## Installation
21
+
22
+```
23
+composer require myclabs/php-enum
24
25
26
## Declaration
27
@@ -115,9 +120,3 @@ class Action extends Enum
115
120
const EDIT = 'edit';
116
121
}
117
122
```
118
-
119
-## Installation
-```
-composer require myclabs/php-enum
123
0 commit comments