-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Add getCookieParam method #1929
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
Add getCookieParam method #1929
Conversation
|
What's went wrong here? I see a few tests are being skipped, but that was the case before I made changes. Is that what's prevent 1 check from passing? |
|
Thanks for the screenshot, I think it's OK now? |
|
Thanks! |
| * Fetch cookie value from cookies sent by the client to the server. | ||
| * | ||
| * Note: This method is not part of the PSR-7 standard. | ||
| * |
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.
Can the phpdoc get fixed?
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.
@basert, This is what I committed: https://github.com/slimphp/Slim/blob/3.x/Slim/Http/Request.php#L687L696
Nearly got it right :)
Added new getCookieParam method with tests