Skip to content

Commit d83a2d8

Browse files
committed
minor symfony#5822 Fixed a syntax issue (javiereguiluz)
This PR was squashed before being merged into the 2.7 branch (closes symfony#5822). Discussion ---------- Fixed a syntax issue | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.7+ | Fixed tickets | - Hopefully this will solve the following issue: ![syntax_issue](https://cloud.githubusercontent.com/assets/73419/10634650/a1a33416-77f3-11e5-99b8-8bd5941190bc.png) Commits ------- f15a99a Fixed a syntax issue
2 parents 103def9 + f15a99a commit d83a2d8

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)