Releases: phpstan/phpstan-doctrine
Releases · phpstan/phpstan-doctrine
1.3.61
- f3f1dae - Fix PHPStan
- ce17b0e - More patches for Doctrine bugs
- 87d961b - EntityColumnRuleTest - testGeneratedIds with less complicated type than bigint
- 8c36077 - BigIntType - always uses integer in DBAL 4
- d32e399 - Fix more tests on ORM 3
- 231392d - Skip tests not working on ORM 3
- e56223f - Fix tests for ORM 3
- 35cfb92 - Fix tests for DBAL 4
- 84f7770 - Patch Carbon return types
- 7960553 - Tests - bring back DBAL ArrayType
- ef61898 - Fix test
- 601665c - More fixes
- cad5050 - More QueryResultTypeWalker fixes
- d1845c8 - Remove inheritdoc phpdoc
- 590a773 - ORMException moved to another namespace
- 0209dd0 - Fix PropertiesExtension
- 0999cba - Patch Attribute classes to support AnnotationDriver even with Doctrine ORM 3 for unit tests
- bf19933 - Support Composer patches
- c64c420 - Add AnnotationDriver so that ORM PHPDoc annotations can be used with Doctrine ORM 3.0
- 407cee3 - Build with Doctrine ORM 3 and DBAL 4 in CI
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