Releases: phpstan/phpstan-symfony
Releases · phpstan/phpstan-symfony
0.11.2
- Support for recursive types to Serializer (#35), thanks @mcfedr!
- Forward compatibility with PHPStan 0.11.3 (6b4d9f1)
0.11.1
- Honor new contracts namespace as-of Symfony 4.2 for ServiceSubscriberInterface (#33) - thanks @keichinger!
- Add support for Serializer::deserialize (#34) - thanks @mcfedr!
0.10.2
- Support for
AbstractController::get()|has()
methods.
- Support for disabling constant hassers.
- Refactored services and tests for easier extending.
0.10.1
- Type specifying extensions for
ContainerInterface|Controller::has()
.
- Dynamic return type for
ContainerInterface|Controller::has()
.