Skip to content

Commit de8d583

Browse files
committed
chore: code language markdown [ci skip]
1 parent cd1fb7a commit de8d583

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

4141
Use `composer recipes:update` to update your configuration file. The default configuration file is:
4242

43-
```
43+
```yaml
4444
api_platform:
4545
title: Hello API Platform
4646
version: 1.0.0
@@ -63,7 +63,7 @@ api_platform:
6363
6464
Listeners will not get removed in API Platform 4 but will rather use our new Providers and Processors. You can now force the request to go through a particular state for example:
6565
66-
```
66+
```php
6767
#[Post(read: true)] // to force reading even though it's a POST
6868
```
6969

0 commit comments

Comments
 (0)