Skip to content

Releases: phpstan/phpstan-doctrine

0.12.32

10 Feb 11:31
Compare
Choose a tag to compare
  • 815dd47 - Narrow type of Collection::last() when using Collection::isEmpty()

0.12.31

09 Feb 14:58
Compare
Choose a tag to compare
  • f2a650c - Add documentation on bootstrap file with Symfony 5+ (#171)
  • 2486f59 - Narrow type of Collection::first() when using Collection::isEmpty()

0.12.30

18 Jan 13:07
Compare
Choose a tag to compare
  • c4b9106 - QueryBuilderExecuteMethodExtension - fix scenario where QueryBuilder::execute() return type is overriden by a stub

0.12.29

18 Jan 12:40
Compare
Choose a tag to compare
  • ebaa9eb - Introduce a DynamicMethodReturnTypeExtension for the DBAL QueryBuilder execute method

0.12.28

14 Jan 11:22
Compare
Choose a tag to compare
  • 723ed14 - Added missing method EntityRepository::matching() to stub

0.12.27

12 Jan 14:56
Compare
Choose a tag to compare
  • 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

13 Dec 11:59
Compare
Choose a tag to compare
  • ef925f6 - add LICENSE file
  • 1fe21ab - Use GitHub Actions instead of Travis CI
  • 716ea5f - Automatic release workflow

0.12.25

12 Dec 14:49
Compare
Choose a tag to compare
0.12.25

0.11.6

13 Sep 08:51
Compare
Choose a tag to compare

Fixed internal error in NewExprDynamicReturnTypeExtension (e5c4bcb), #73

0.11.5

29 May 06:04
Compare
Choose a tag to compare

Fixed compatibility with PHPStan 0.11.8 (#64), thanks @oallain!