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 d3ccffe commit 7c4836aCopy full SHA for 7c4836a
README.md
@@ -55,7 +55,7 @@ $action = new Action($value);
55
56
As you can see, static methods are automatically implemented to provide quick access to an enum value.
57
58
-One advantage over using class constants is to be able to use enum as a paramter type:
+One advantage over using class constants is to be able to use an enum as a parameter type:
59
60
```php
61
function setAction(Action $action) {
0 commit comments