From c0c01d3ad4af02b0761c0eb82589184d306b756f Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Tue, 9 Jan 2018 13:00:30 +0100 Subject: [PATCH] fix rst syntax --- reference/events.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/events.rst b/reference/events.rst index 79a2e131ed4..a3c8458316f 100644 --- a/reference/events.rst +++ b/reference/events.rst @@ -243,7 +243,7 @@ response: $response = new Response('No Content', 204); $event->setResponse($response); - 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 ``$event->allowSuccessfulResponse()`` is omitted, then the kernel will set an appropriate status code based on the type of exception thrown.