Releases: Slamdunk/phpstan-laminas-framework
Releases · Slamdunk/phpstan-laminas-framework
v0.12.6
Do not load service names which are class or interfaces themselves (#23)
v0.12.5
Bugix: Some services may not be mapped by MVC, like Mezzio ones (#22)
v0.12.4
Remove laminas-mvc
from require
section to allow analysis of mezzio
apps too.
v0.12.3
- Support PHP 8
- Require PHP 7.4
v0.12.2
Fixed issues:
- Plugin method should accept string variable as argument #11 (Thank you @neilime)
v0.12.1
Provide correct return type for plugin
method of AbstractController
, FilterChain
, PhpRenderer
and ValidatorChain