Skip to content

Commit 0944983

Browse files
Update PHP requirement for using private keyword
"PHP > 7.1" implies you need a version above 7.1 whereas this syntax was added as part of PHP 7.1. I've modified the text to make this clearer in the readme.
1 parent 32c4202 commit 0944983

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class Action extends Enum
3838
}
3939
```
4040

41-
Note the `private` keyword requires PHP > 7.1, you can omit it on PHP 7.0.
41+
Note the `private` keyword requires PHP 7.1 or higher, you can omit it on PHP 7.0.
4242

4343
## Usage
4444

0 commit comments

Comments
 (0)