Skip to content

Commit e050dcc

Browse files
authored
Merge pull request #85 from drmonkeyninja/patch-1
Update PHP requirement for using private keyword
2 parents 32c4202 + 0944983 commit e050dcc

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)