-
-
Notifications
You must be signed in to change notification settings - Fork 30
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
phpstan fixes #4
Comments
Removing the milestone; I suspect this patch will take a bit of back and forth before it's ready, and we're otherwise ready for the 2.9.0 release. We can target 2.10.0 for this. Originally posted by @weierophinney at zendframework/zend-http#157 (comment) |
@thomasvargiu You will need to rebase against current develop before you start applying changes. Originally posted by @weierophinney at zendframework/zend-http#157 (comment) |
@weierophinney should I target develop branch for merge? Originally posted by @thomasvargiu at zendframework/zend-http#157 (comment) |
Yes, please. On Sun, Jan 13, 2019, 6:04 AM Thomas Mauro Vargiu <[email protected]
Originally posted by @weierophinney at zendframework/zend-http#157 (comment) |
Based on https://github.com/laminas/technical-steering-committee/blob/main/meetings/minutes/2020-08-03-TSC-Minutes.md#vote-on-static-analysis-tooling , we are going to use psalm. I am closing this. |
Changed
Zend\Http\Client
.Anyway, usage of relative URIs has no sense and no adapter can handle it.
Fixed
Zend\Http\Cookies::getAllCookies(Zend\Http\Cookies::COOKIE_STRING_ARRAY)
.Zend\Http\Cookies::getAllCookies(Zend\Http\Cookies::COOKIE_STRING_CONCAT)
.Originally posted by @thomasvargiu at zendframework/zend-http#157
The text was updated successfully, but these errors were encountered: