-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Documentation for Cookie::fromString #7313
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Updated.. removed the additional tip on low-level api usage; i agree with @javiereguiluz on this. So basically we simply mention |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Roland thanks for your first contribution to Symfony Docs and thanks for your great patience during the review process! |
This PR was merged into the master branch. Discussion ---------- Documentation for Cookie::fromString See #7278 First time, be patient :) There's also 2nd argument in `fromString` controlling URL decoding, implying `Cookie::isRaw`, but i tend to leave it an implementation detail. Commits ------- 91329f4 Add method parenthesis 09e27fa version added e233519 derp a909e28 feedback 86fa70b Update http_foundation.rst
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
See #7278
First time, be patient :)
There's also 2nd argument in
fromString
controlling URL decoding, implyingCookie::isRaw
, but i tend to leave it an implementation detail.