Skip to content

Commit

Permalink
minor #4944 Fix formatting (ifdattic)
Browse files Browse the repository at this point in the history
This PR was squashed before being merged into the 2.5 branch (closes #4944).

Discussion
----------

Fix formatting

| Q             | A
| ------------- | ---
| Doc fix?      | yes
| New docs?     | no
| Applies to    | 2.5
| Fixed tickets |

Commits
-------

6572fea Fix formatting
  • Loading branch information
wouterj committed Jan 31, 2015
2 parents 1503df6 + 6572fea commit 3907af6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/http_foundation/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 encodings ordered by descending quality.

.. versionadded:: 2.4
The ``getEncodings()`` method was introduced in Symfony 2.4.
Expand Down

0 comments on commit 3907af6

Please sign in to comment.