guzzle / psr7

PSR-7 HTTP message library
MIT License
7.88k stars 3 forks source link

Added ability to inherit ServerRequest::fromGlobals() #608

Closed devsseb closed 4 months ago

devsseb commented 4 months ago

Replacing ServerRequest class name with generic static::class

GrahamCampbell commented 4 months ago

Thanks, though this change is not safe because the constructor is not final, so this is never something we can make in v2.