10000 Fixed a minor syntax issue by javiereguiluz · Pull Request #7835 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

Fixed a minor syntax issue #7835

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 24, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fixed a minor syntax issue
  • Loading branch information
javiereguiluz committed Apr 24, 2017
commit 074ff880822d483daa66e4dc64ef93a6c36a354b
5 changes: 3 additions & 2 deletions components/http_foundation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -378,8 +378,9 @@ method takes an instance of
You can clear a cookie via the
:method:`Symfony\\Component\\HttpFoundation\\ResponseHeaderBag::clearCookie` method.

Note you can create a
:class:`Symfony\\Component\\HttpFoundation\\Cookie` object from a raw header value using :method:`Symfony\Component\HttpFoundation\Cookie::fromString`.
Note you can create a
:class:`Symfony\\Component\\HttpFoundation\\Cookie` object from a raw header
value using :method:`Symfony\\Component\\HttpFoundation\\Cookie::fromString`.

.. versionadded:: 3.3
The ``Cookie::fromString()`` method was introduced in Symfony 3.3.
Expand Down
0