Skip to content

Releases: phpstan/phpstan-doctrine

2.0.0

11 Nov 07:40
2.0.0
90c4275
Compare
Choose a tag to compare
  • 90c4275 - Merge remote-tracking branch 'origin/1.5.x' into 2.0.x
  • 813296e - Merge remote-tracking branch 'origin/1.5.x' into 2.0.x
  • f36d43f - Merge remote-tracking branch 'origin/1.5.x' into 2.0.x
  • e26fd3c - Fix nonexistent BackedEnum in stubs
  • 992a62e - Fix after PHPStan update
  • b129887 - Cleanup skipCheckGenericClasses
  • 8b557de - Readme: index by is supported
  • 4a00482 - Fixes after PHPStan update
  • c551adc - Merge remote-tracking branch 'origin/1.5.x' into 2.0.x
  • bcb88b6 - Fix tests after PHPStan update
  • 14a59bb - Fix stub
  • 4f51333 - Fixes after PHPStan update
  • 261b19d - Fixes after PHPStan update
  • 493457a - Fix CS
  • c585610 - [BCB] Remove options that existed only for performance reasons
  • c17a736 - Fixes after PHPStan updates
  • a110d8a - Fix
  • 674c9d4 - Fixes after PHPStan update
  • d45a640 - Uncover everything behind the bleedingEdge flag
  • d198a78 - Fixes after TypeSpecifier BC break
  • be66017 - Merge remote-tracking branch 'origin/1.5.x' into 2.0.x
  • 039d325 - Remove test about deprecated LOCATE() function in DBAL SQLite platform
  • 0f98bd1 - Do not expect deprecation in test
  • d462eb9 - Fix CS
  • da4e194 - Put doctrine/collections:^1.6 back
  • 22a33bc - Do not run PHPStan on 7.3
  • 9ddc146 - Put doctrine/lexer:^2.0 back
  • 731ac4c - Remove obsolete skips
  • df300b9 - Update build-cs
  • bf12209 - Stop testing PHP 7.2 and 7.3
  • 767698a - Open 2.0.x

1.5.6

09 Nov 17:36
Compare
Choose a tag to compare

1.5.5

29 Oct 12:35
Compare
Choose a tag to compare
  • 4e9c77f - Add modified stub for ReadableCollection from doctrine/collections 1.x
  • 80f3b5f - Add phpdoc for transformation methods into other Collection stubs (fixes #621)

1.5.4

28 Oct 14:16
Compare
Choose a tag to compare
  • f61f963 - Mark immediately invoked callback params
  • de811c7 - Fix tests for PHPStan 1.12.6
  • 0d88669 - Remove commented code
  • 5169675 - Fix asserts, add Dockerfile for PHP 8.4
  • a103cfe - QueryResultTypeWalker: support pdo_pgsql float fetches on PHP 8.4
  • 8badde6 - Bump PHPUnit
  • bfb1fc9 - Allow installing dependencies on PHP 8.4 even when not all of them support it
  • d8b96f9 - Pin build-cs
  • 6cc1cb7 - Test newer PHP versions

1.5.3

01 Sep 13:22
38db3ba
Compare
Choose a tag to compare

1.5.2

23 Aug 11:09
Compare
Choose a tag to compare
  • 4d17bed - Fix support for enumType on array fields

1.5.1

20 Aug 16:56
Compare
Choose a tag to compare
  • a9bb990 - EntityRepository::count returns positive int - fixes #603
  • 6632f38 - Try to reproduce internal error
  • 285d78d - Simplify StubFilesExtensionLoader

1.5.0

05 Aug 13:51
caa046b
Compare
Choose a tag to compare
  • caa046b - Clean up parameters config
  • 0c7771b - Update README
  • f7b533d - Fix
  • e71f08d - Get rid of bleedingEdge stubs, use a separate config option for enabling literal-string parameters
  • ca69937 - Open 1.5.x-dev

1.4.8

16 Jul 11:33
fa497c5
Compare
Choose a tag to compare

1.4.7

12 Jul 20:29
Compare
Choose a tag to compare
  • 3f2cb3d - Fix subselect aggregate functions
  • 21eb848 - Add link to Doctrine docs
  • 0587323 - Readme: how to type custom DQL functions