laminas / laminas-diactoros

PSR HTTP Message implementations
https://docs.laminas.dev/laminas-diactoros/
BSD 3-Clause "New" or "Revised" License
483 stars 63 forks source link

Refined types as per `laminas/laminas-coding-standard:2.3.x` upgrades #106

Closed Ocramius closed 2 years ago

Ocramius commented 2 years ago

In https://github.com/laminas/laminas-diactoros/pull/104 (duplicate), we improved the types of internal and public API. These were mixed with coding style improvements.

The coding style improvements have been merged separately via https://github.com/laminas/laminas-diactoros/pull/103, so this patch only includes the type/docblock improvements, which should ease the potential evolution of the API of this package.

Q A
Documentation yes
Bugfix no
BC Break no
New Feature no
RFC no
QA yes
Ocramius commented 2 years ago

@gsteel you may be interested in checking this one - it's very closely related to your #104 work, but with some type refinements

Ocramius commented 2 years ago

:ship: then - will cut a release, hoping for quick feedback in case of breakages