We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 103def9 + f15a99a commit d83a2d8Copy full SHA for d83a2d8
components/http_foundation/introduction.rst
@@ -255,8 +255,8 @@ by using the following methods:
255
:method:`Symfony\\Component\\HttpFoundation\\Request::getEncodings`
256
Returns the list of accepted encodings ordered by descending quality.
257
258
- .. versionadded:: 2.4
259
- The ``getEncodings()`` method was introduced in Symfony 2.4.
+ .. versionadded:: 2.4
+ The ``getEncodings()`` method was introduced in Symfony 2.4.
260
261
If you need to get full access to parsed data from ``Accept``, ``Accept-Language``,
262
``Accept-Charset`` or ``Accept-Encoding``, you can use
0 commit comments