Skip to content

Commit

Permalink
minor #5822 Fixed a syntax issue (javiereguiluz)
Browse files Browse the repository at this point in the history
This PR was squashed before being merged into the 2.7 branch (closes #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
  • Loading branch information
xabbuh committed Oct 21, 2015
2 parents 103def9 + f15a99a commit d83a2d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/http_foundation/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -255,8 +255,8 @@ by using the following methods:
:method:`Symfony\\Component\\HttpFoundation\\Request::getEncodings`
Returns the list of accepted encodings ordered by descending quality.

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

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

0 comments on commit d83a2d8

Please sign in to comment.