Releases: phpstan/phpstan-doctrine
Releases · phpstan/phpstan-doctrine
1.3.60
- 30cf38d - Tests - update Doctrine DBAL ^3 even with lowest dependencies where possible
- deec109 - Add ConcreteAssociationMapping type alias to ClassMetadata
- 5a61257 - ClassMetadataInfo -> ClassMetadata
- 2f86657 - Bump PHPUnit
- 4f572f8 - EntityManager::create() no longer exists in Doctrine ORM 3
- 8e8728c - Fix incompatibilities in QueryResultTypeWalker
- 652e195 - ClassMetadataFactory - Compatibility with Doctrine ORM 3 and DBAL 4
- dd487b2 - Update Doctrine ORM lower bound
- 078217e - Do not longer use EntityManager::create() in tests
- 1860a9c - Update cache in tests to use PSR-6
- 69e422e - Update dependencies
1.3.59
1.3.58
- 03b7d3f - OtherMethodQueryBuilderParser: improve cache key
- 2ca2c7a - Do not parse the same method multiple times
- df6560f - Revert "Revert "Infer QueryBuilderType for any method returning QueryBuilder""
- 145a9f4 - Revert "Handle all hydration mode in QueryResultDynamicReturnTypeExtension"
- 95523ef - Handle all hydration mode in QueryResultDynamicReturnTypeExtension
1.3.57
1.3.56
1.3.55
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