Closed Maff- closed 7 years ago
Hi there,
Thanks for the PR.
Since the master branch already has some deprecations, which would require an 1.5 release, I cherry-picked your commit to an 1.4.x branch, you can see it here: https://github.com/php-http/message/commit/5fd6c761b994b16afaae4a236abb650e5a068b5a
And tagged 1.4.1
Thanks for the quick action!
What's in this PR?
Fixes the problem where
(new Cookie('foo', 'bar', null, null, '/'))->matchPath('/cookie')
would returnfalse
.Checklist