PhpGt / Http

PSR-7 HTTP message implementation.
https://www.php.gt/http
MIT License
1 stars 1 forks source link

RequestFactory: createServerRequestFromGlobalState should return ServerRequestInterface #215

Closed g105b closed 1 year ago

g105b commented 1 year ago

If we're using PSR-7, the return type should actually be ServerRequestInterface as it's creating it from the globals of the server.