8000 minor. refs #13224 · symfony/symfony-docs@939f224 · GitHub
[go: up one dir, main page]

Skip to content

Commit 939f224

Browse files
committed
minor. refs #13224
1 parent c0b8a48 commit 939f224

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

components/http_foundation.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -444,9 +444,9 @@ You can clear a cookie via the
444444
:method:`Symfony\\Component\\HttpFoundation\\ResponseHeaderBag::clearCookie` method.
445445

446446
In addition to the ``Cookie::create()`` method, you can create a ``Cookie``
447-
object from a raw header value using :method:`Symfony\\Component\\HttpFoundation\\Cookie::fromString`.
448-
You can also use the ``with*()`` methods to change some Cookie property (or to
449-
build the entire Cookie using a fluent interface). Each ``with*()`` method returns
447+
object from a raw header value using :method:`Symfony\\Component\\HttpFoundation\\Cookie::fromString`
448+
method. You can also use the ``with*()`` methods to change some Cookie property (or
449+
to build the entire Cookie using a fluent interface). Each ``with*()`` method returns
450450
a new object with the modified property::
451451

452452
$cookie = Cookie::create('foo')

0 commit comments

Comments
 (0)
0