Skip to content

Commit 3907af6

Browse files
committed
minor #4944 Fix formatting (ifdattic)
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
2 parents 1503df6 + 6572fea commit 3907af6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/http_foundation/introduction.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,8 +250,8 @@ by using the following methods:
250250
:method:`Symfony\\Component\\HttpFoundation\\Request::getCharsets`
251251
Returns the list of accepted charsets ordered by descending quality.
252252

253-
* :method:`Symfony\\Component\\HttpFoundation\\Request::getEncodings`:
254-
returns the list of accepted charsets ordered by descending quality;
253+
:method:`Symfony\\Component\\HttpFoundation\\Request::getEncodings`
254+
Returns the list of accepted encodings ordered by descending quality.
255255

256256
.. versionadded:: 2.4
257257
The ``getEncodings()`` method was introduced in Symfony 2.4.

0 commit comments

Comments
 (0)