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 db43a44 commit 03e6624Copy full SHA for 03e6624
README.md
@@ -56,7 +56,7 @@ $action = new Action(Action::VIEW);
56
57
One advantage over using class constants is to be able to type-hint enum values:
58
59
-```
+```php
60
function setAction(Action $action) {
61
// ...
62
}
0 commit comments