8000 Fixed a minor syntax issue · symfony/symfony-docs@074ff88 · GitHub
[go: up one dir, main page]

Skip to content

Commit 074ff88

Browse files
committed
Fixed a minor syntax issue
1 parent 5544b5c commit 074ff88

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

components/http_foundation.rst

Lines 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