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 939f224

Browse filesBrowse files
committed
minor. refs #13224
1 parent c0b8a48 commit 939f224
Copy full SHA for 939f224

File tree

1 file changed

+3
-3
lines changed
Filter options

1 file changed

+3
-3
lines changed

‎components/http_foundation.rst

Copy file name to clipboardExpand all lines: components/http_foundation.rst
+3-3Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.