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.
2 parents 0d0dfac + 0f88134 commit e7a0fb9Copy full SHA for e7a0fb9
core/configuration.md
@@ -85,7 +85,7 @@ api_platform:
85
Symfony\Component\Serializer\Exception\ExceptionInterface: 400
86
87
# Or with a constant defined in the 'Symfony\Component\HttpFoundation\Response' class.
88
- ApiPlatform\Core\Exception\InvalidArgumentException: 'HTTP_BAD_REQUEST'
+ ApiPlatform\Core\Exception\InvalidArgumentException: !php/const:Symfony\Component\HttpFoundation\Response::HTTP_BAD_REQUEST
89
90
# ...
91
0 commit comments