File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 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
444444:method: `Symfony\\ Component\\ HttpFoundation\\ ResponseHeaderBag::clearCookie ` method.
445445
446446In 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
450450a new object with the modified property::
451451
452452 $cookie = Cookie::create('foo')
You can’t perform that action at this time.
0 commit comments