Releases: phpstan/phpstan-symfony
Releases · phpstan/phpstan-symfony
0.12.13
2f2e8a3
- Dependabot
d8313ec
- Add stub for ConstraintViolationListInterface
0.12.12
46f7b3d
- Readability
185bf76
- Use GitHub Actions instead of Travis CI
fb66d5e
- Automatic release workflow
0.11.5
- Fixed some internal errors
0.11.4
- Console command arguments and options analysis.
- Container XML parameter is optional.
0.11.3
- Added Envelope return type extension for Messenger (#44), thanks @enumag!
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.