From 743d9bda34efe29a0050eab6e6b8a0434f2b4e8e Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Wed, 21 Oct 2015 12:59:25 +0200 Subject: [PATCH 1/2] Fixed a syntax issue --- components/http_foundation/introduction.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/http_foundation/introduction.rst b/components/http_foundation/introduction.rst index e2f08c523a4..80d61066810 100644 --- a/components/http_foundation/introduction.rst +++ b/components/http_foundation/introduction.rst @@ -255,8 +255,8 @@ by using the following methods: :method:`Symfony\\Component\\HttpFoundation\\Request::getEncodings` Returns the list of accepted encodings ordered by descending quality. - .. versionadded:: 2.4 - The ``getEncodings()`` method was introduced in Symfony 2.4. +.. versionadded:: 2.4 + The ``getEncodings()`` method was introduced in Symfony 2.4. If you need to get full access to parsed data from ``Accept``, ``Accept-Language``, ``Accept-Charset`` or ``Accept-Encoding``, you can use From f0bb0e548ff96608e269f60188e6c6eb07167755 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Wed, 21 Oct 2015 14:46:47 +0200 Subject: [PATCH 2/2] Fixed the issue in a different way --- components/http_foundation/introduction.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/http_foundation/introduction.rst b/components/http_foundation/introduction.rst index 80d61066810..08b76342924 100644 --- a/components/http_foundation/introduction.rst +++ b/components/http_foundation/introduction.rst @@ -255,8 +255,8 @@ by using the following methods: :method:`Symfony\\Component\\HttpFoundation\\Request::getEncodings` Returns the list of accepted encodings ordered by descending quality. -.. versionadded:: 2.4 - The ``getEncodings()`` method was introduced in Symfony 2.4. + .. versionadded:: 2.4 + The ``getEncodings()`` method was introduced in Symfony 2.4. If you need to get full access to parsed data from ``Accept``, ``Accept-Language``, ``Accept-Charset`` or ``Accept-Encoding``, you can use