Releases: psalm/psalm-plugin-symfony
Releases · psalm/psalm-plugin-symfony
v3.1.0
v3.0.4
- Add Kernel.stubphp (#220) (@enumag)
- [finder] fix Finder key and value (#221) (@vudaltsov)
- [validator] add ConstraintViolationListInterface.stubphp (#222) (@vudaltsov)
v3.0.3
v3.0.2
v3.0.1
- [finder] Add stub for Finder (#211) (@VincentLanglet)
- [chore] organize stubs matching namespaces (#210) (@seferov)
- Fix to incorrect signature of ParamConverter::getClass (#208) (@zmitic)
- [doc] Adding for config/preload.php (#206) (@ThomasLandauer)
- [doc] minor formatting improvements (#207) (@ThomasLandauer)
v3.0.0
- [DI] improve container handler, better service detection, better service locator & refactor (#202) (@seferov)
- [DI] fix false positive "UnusedClass" if classes used via their interface (#202) (#151) (@seferov)
- [DI] get service by name with PHP const (#204) (@seferov)
- [doc] Adding for Symfony 5.3+ (#203) (@ThomasLandauer)
v2.5.1
v2.5.0
- [controller] add missing use statements to stub (#191) (@andyexeter)
- Add FileLocator::locate stub and test (#192) (@andyexeter)
- [container] prevent service subscribers overwriting already known service definitions (#194) (@bendavies)
- [console] option are always nullable when value is optional (#196) (@VincentLanglet)
- Support psalm 4.9 (#198) (@seferov)
- [form] FormConfigBuilderInterface stub update #197 (@zmitic)