Nyholm / psr7

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

Revert removals of `@final` annotations #225

Closed nicolas-grekas closed 1 year ago

nicolas-grekas commented 1 year ago

By keeping @final, we'll be able to add types to arguments without issuing a new major version. This is especially important since PSR-7 v1.1 and v2.0 have been released and we're likely going to have to adopt them soon.