File tree 1 file changed +3
-3
lines changed
Filter options
1 file changed +3
-3
lines changed
Original file line number Diff line number Diff line change @@ -444,9 +444,9 @@ You can clear a cookie via the
444
444
:method: `Symfony\\ Component\\ HttpFoundation\\ ResponseHeaderBag::clearCookie ` method.
445
445
446
446
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
450
450
a new object with the modified property::
451
451
452
452
$cookie = Cookie::create('foo')
You can’t perform that action at this time.
0 commit comments