Releases: phpstan/phpstan-doctrine
Releases · phpstan/phpstan-doctrine
0.12.32
815dd47
- Narrow type of Collection::last() when using Collection::isEmpty()
0.12.31
f2a650c
- Add documentation on bootstrap file with Symfony 5+ (#171)
2486f59
- Narrow type of Collection::first() when using Collection::isEmpty()
0.12.30
c4b9106
- QueryBuilderExecuteMethodExtension - fix scenario where QueryBuilder::execute() return type is overriden by a stub
0.12.29
ebaa9eb
- Introduce a DynamicMethodReturnTypeExtension for the DBAL QueryBuilder execute method
0.12.28
723ed14
- Added missing method EntityRepository::matching() to stub
0.12.27
89dd6a8
- Dependabot
95fa240
- Rename releaase.yml to release.yml
f93f5a8
- Use https instead of http for Doctrine link in README
e5d9646
- DecimalType - writes numeric-string
0.12.26
ef925f6
- add LICENSE file
1fe21ab
- Use GitHub Actions instead of Travis CI
716ea5f
- Automatic release workflow
0.11.6
Fixed internal error in NewExprDynamicReturnTypeExtension (e5c4bcb), #73
0.11.5
Fixed compatibility with PHPStan 0.11.8 (#64), thanks @oallain!