8000 minor #7835 Fixed a minor syntax issue (javiereguiluz) · symfony/symfony-docs@a120354 · GitHub
[go: up one dir, main page]

Skip to content

Commit a120354

Browse files
committed
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
2 parents 5544b5c + 074ff88 commit a120354

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

components/http_foundation.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -378,8 +378,9 @@ method takes an instance of
378378
You can clear a cookie via the
379379
:method:`Symfony\\Component\\HttpFoundation\\ResponseHeaderBag::clearCookie` method.
380380

381-
Note you can create a
382-
: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`.
383384

384385
.. versionadded:: 3.3
385386
The ``Cookie::fromString()`` method was introduced in Symfony 3.3.

0 commit comments

Comments
 (0)
0