Skip to content

Commit 03e6624

Browse files
committed
Documentation
1 parent db43a44 commit 03e6624

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
@@ -56,7 +56,7 @@ $action = new Action(Action::VIEW);
5656

5757
One advantage over using class constants is to be able to type-hint enum values:
5858

59-
```
59+
```php
6060
function setAction(Action $action) {
6161
// ...
6262
}

0 commit comments

Comments
 (0)