Skip to content

Commit f15a99a

Browse files
javiereguiluzxabbuh
authored andcommitted
Fixed a syntax issue
1 parent 103def9 commit f15a99a

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
@@ -255,8 +255,8 @@ by using the following methods:
255255
:method:`Symfony\\Component\\HttpFoundation\\Request::getEncodings`
256256
Returns the list of accepted encodings ordered by descending quality.
257257

258-
.. versionadded:: 2.4
259-
The ``getEncodings()`` method was introduced in Symfony 2.4.
258+
.. versionadded:: 2.4
259+
The ``getEncodings()`` method was introduced in Symfony 2.4.
260260

261261
If you need to get full access to parsed data from ``Accept``, ``Accept-Language``,
262262
``Accept-Charset`` or ``Accept-Encoding``, you can use

0 commit comments

Comments
 (0)