You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #7835 Fixed a minor syntax issue (javiereguiluz)
This PR was merged into the master branch.
Discussion
----------
Fixed a minor syntax issue
After merging #7313, Travis reported a minor syntax issue: the backslashes here weren't escaped:
```
:method:`Symfony\Component\HttpFoundation\Cookie::fromString`
```
Commits
-------
074ff88 Fixed a minor syntax issue
: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`.
383
384
384
385
.. versionadded:: 3.3
385
386
The ``Cookie::fromString()`` method was introduced in Symfony 3.3.
0 commit comments