Releases: phpstan/phpstan-doctrine
Releases · phpstan/phpstan-doctrine
1.3.57
- b3e7d2d - Revert "Infer QueryBuilderType for any method returning QueryBuilder"
1.3.56
- 0edf5b0 - ArgumentsProcessor - allow only mapped classes
1.3.55
- 08b193c - No failure when MappingException occurs
- 7604bc1 - Support class-string in ->from
- 4547795 - Test projects
1.3.54
- f9555a2 - Fix JSON column type coming from DQL
- a9d0aaf - Infer QueryBuilderType for any method returning QueryBuilder
- 95959dc - Bump Doctrine ORM
- fc5a694 - Bump PHPStan version
- 6fbf5ef - Query: add test for some method calls
- 9123dc5 - Add
doctrineTypeDescriptorRegistry
service
- a54c92b - Introduce DescriptorRegistry interface
- de3d49a - Rename DescriptorRegistry to DefaultDescriptorRegistry
- ba2a588 - CI: run also PHP 8.3
1.3.53
- 85def57 - QueryBuilderGetQueryDynamicReturnTypeExtension: handle regular set usages
1.3.52
- 68fc764 - BaseExpressionDynamicReturnTypeExtension: support only add, addMultiple
1.3.51
- c555eb3 - Remove unneeded
@var
- 5c0ba09 - Support calls over Andx/Orx objects
1.3.50
- c94f43b - Fix QueryBuilder methods affecting result type with a denylist rather than allowlist
- 2043b72 - Fix
- 085b77e - Fix
- cc63f87 - Try fixing
Call to a member function getConfiguration() on null
1.3.49
- 0aca96d - Add descriptor for AsciiStringType
- 3313ae0 - QueryBuilder: allow dynamic args in methods not affecting result type
1.3.48
- b0e0c32 - QueryBuilderDqlRule: check also other methods if enabled
- fdca50f - OtherMethodQueryBuilderParser: fix for BranchingQueryBuilderType
- e451627 - Use dynamic throw type extension on EntityManagerInterface::flush