We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dad3bc6 commit 60b8fdcCopy full SHA for 60b8fdc
README.md
@@ -3,6 +3,8 @@
3
4
## Why?
5
6
+First, and mainly, `SplEnum` is not integrated to PHP, you have to install it separately.
7
+
8
Using an enum instead of class constants provides the following advantages:
9
10
- You can type-hint: `function setAction(Action $action) {`
0 commit comments