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 90cb9a7 commit 519d3f7Copy full SHA for 519d3f7
README.md
@@ -34,9 +34,9 @@
34
Default user status: 0
35
Changed user status: 1
36
37
-* Requires validation on every argument
+* Requires validation on every use
38
* Hard to extend the list of possible values
39
-* Hard to get the name of a value
+* Hard to get a human readable name of a value
40
41
## The way of enumerables:
42
@@ -78,9 +78,9 @@
78
Default user status: INACTIVE (0)
79
Changed user status: ACTIVE (1)
80
81
-* Validation already done on basic enum
82
-* Using type-hint makes argumets save
83
-* Name of value simple accessable
+* Validation already done on basic class ```Enum```
+* Using type-hint makes arguments save
+* Human readable name of a value is simple accessable
84
85
### New BSD License
86
0 commit comments