Nyholm / psr7

A super lightweight PSR-7 implementation
MIT License
1.16k stars 75 forks source link

Add explicit `@return mixed` phpdoc #187

Closed nicolas-grekas closed 3 years ago

nicolas-grekas commented 3 years ago

This will allow removing one deprecation notice from the Symfony codebase:

Method "Psr\Http\Message\StreamInterface::getMetadata()" will return "mixed" as of its next major version. Doing the same in implementation "Nyholm\Psr7\Stream" will be required when upgrading.