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 a120354

Browse filesBrowse 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
Copy full SHA for a120354

File tree

1 file changed

+3
-2
lines changed
Filter options

1 file changed

+3
-2
lines changed

‎components/http_foundation.rst

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