Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 074ff88

Browse filesBrowse files
committed
Fixed a minor syntax issue
1 parent 5544b5c commit 074ff88
Copy full SHA for 074ff88

File tree

1 file changed

+3
-2
lines changed
Filter options

1 file changed

+3
-2
lines changed

‎components/http_foundation.rst

Copy file name to clipboardExpand all lines: components/http_foundation.rst
+3-2Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -378,8 +378,9 @@ method takes an instance of
378378
You can clear a cookie via the
379379
:method:`Symfony\\Component\\HttpFoundation\\ResponseHeaderBag::clearCookie` method.
380380

381-
Note you can create a
382-
:class:`Symfony\\Component\\HttpFoundation\\Cookie` object from a raw header value using :method:`Symfony\Component\HttpFoundation\Cookie::fromString`.
381+
Note you can create a
382+
:class:`Symfony\\Component\\HttpFoundation\\Cookie` object from a raw header
383+
value using :method:`Symfony\\Component\\HttpFoundation\\Cookie::fromString`.
383384

384385
.. versionadded:: 3.3
385386
The ``Cookie::fromString()`` method was introduced in Symfony 3.3.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.