php-http / message

HTTP Message related tools
http://php-http.org
MIT License
1.29k stars 41 forks source link

fix code to actually be compatible with psr/http-message 2 #154

Closed dbu closed 1 year ago

dbu commented 1 year ago
Q A
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Related tickets fixes #153
Documentation -
License MIT

What's in this PR?

It seems the CI previously did not install with psr/http-message 2 with the return type declarations. Fix our code to have the types.

TODO

stefangr commented 1 year ago

Sadly it's not only the close method.

The slim/slim dev dependency requires psr/http-message ^1.