From beb59dc7c1aee28addcd9efcdd30663f428320d8 Mon Sep 17 00:00:00 2001 From: "Andrew (Andrius) Marcinkevicius" Date: Fri, 30 Jan 2015 09:31:43 +0200 Subject: [PATCH 1/2] Fix formatting | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.5 | Fixed tickets | --- 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 8b31392f70c..e4445283c4f 100644 --- a/components/http_foundation/introduction.rst +++ b/components/http_foundation/introduction.rst @@ -250,8 +250,8 @@ by using the following methods: :method:`Symfony\\Component\\HttpFoundation\\Request::getCharsets` Returns the list of accepted charsets ordered by descending quality. -* :method:`Symfony\\Component\\HttpFoundation\\Request::getEncodings`: - returns the list of accepted charsets ordered by descending quality; +:method:`Symfony\\Component\\HttpFoundation\\Request::getEncodings` + Returns the list of accepted charsets ordered by descending quality. .. versionadded:: 2.4 The ``getEncodings()`` method was introduced in Symfony 2.4. From 82b6b63fbec85c1d49693845f25ab02ab537e1ee Mon Sep 17 00:00:00 2001 From: "Andrew (Andrius) Marcinkevicius" Date: Fri, 30 Jan 2015 13:14:39 +0200 Subject: [PATCH 2/2] Update introduction.rst --- components/http_foundation/introduction.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/http_foundation/introduction.rst b/components/http_foundation/introduction.rst index e4445283c4f..49c3d550450 100644 --- a/components/http_foundation/introduction.rst +++ b/components/http_foundation/introduction.rst @@ -251,7 +251,7 @@ by using the following methods: Returns the list of accepted charsets ordered by descending quality. :method:`Symfony\\Component\\HttpFoundation\\Request::getEncodings` - Returns the list of accepted charsets ordered by descending quality. + Returns the list of accepted encodings ordered by descending quality. .. versionadded:: 2.4 The ``getEncodings()`` method was introduced in Symfony 2.4.