We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 585644b commit 6572feaCopy full SHA for 6572fea
components/http_foundation/introduction.rst
@@ -250,8 +250,8 @@ by using the following methods:
250
:method:`Symfony\\Component\\HttpFoundation\\Request::getCharsets`
251
Returns the list of accepted charsets ordered by descending quality.
252
253
-* :method:`Symfony\\Component\\HttpFoundation\\Request::getEncodings`:
254
- 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.
255
256
.. versionadded:: 2.4
257
The ``getEncodings()`` method was introduced in Symfony 2.4.
0 commit comments