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 b57c669 + c0c01d3 commit fa5c5bcCopy full SHA for fa5c5bc
reference/events.rst
@@ -243,7 +243,7 @@ response:
243
$response = new Response('No Content', 204);
244
$event->setResponse($response);
245
246
- The status code sent to the client in the above example will be ``204`. If
+ The status code sent to the client in the above example will be ``204``. If
247
``$event->allowSuccessfulResponse()`` is omitted, then the kernel will set
248
an appropriate status code based on the type of exception thrown.
249
0 commit comments