laminas / laminas-mvc

Laminas's event-driven MVC layer, including MVC Applications, Controllers, and Plugins
https://docs.laminas.dev/laminas-mvc/
BSD 3-Clause "New" or "Revised" License
142 stars 51 forks source link

Improve type inference for plugin managers #130

Closed gsteel closed 2 years ago

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

Description

BC Break - also added property and return type hints. Assuming this will be acceptable as 4.0 is unreleased?

Question… Can the plugin managers here be made final for 4.0?

gsteel commented 2 years ago

Depends on #131 for CS checks… Alternatively, I can suppress here if preferable?