Releases: phpstan/phpstan-doctrine
Releases · phpstan/phpstan-doctrine
1.3.10
- e6a149b - Enum support in query type inference
- f855eba - Create tag workflow
- 8e8c35f - SA build - do not test PHP 7.2
- f316073 - SA build - do not test lowest dependencies
- cbb6b3d - Require PHPStan 1.8.0
1.3.9
- e0281f8 - Add literal-string check for andWhere
- dc63ecb - Add dynamic literal-string return types for some Expr methods
- 86e74f3 - Fix stubs
1.3.8
- b2799b9 - Allow for final embeddable class
1.3.7
- 85339d7 - Readonly property with a generated value is considered initialized
- 2879e5f - Update dependency slevomat/coding-standard to v7.2.1
1.3.6
- 317e47b - Fixing handling of boolean literals
- 66a847d - Document query result type inference in the README
1.3.5
- 7397920 - Bleeding edge - more literal-string typehints
- 91bd1b1 - add stub for EntityManager::getClassMetadata
- f7e4239 - Fix tests
- 60ccc86 - Require PHPStan 1.7.0
1.3.4
- dd53db8 - Revert "Require PHPStan 1.7.0"
- 5734d2c -
@Version
field is always written
- ccc2d3a - Update dependency slevomat/coding-standard to v7.2.0
- 1bfe6b4 - Require PHPStan 1.7.0
- dcd4f5a - Additional tests
1.3.3
- 35b098c - EntityColumnRule, EntityRelationRule - check promoted properties
- 5556305 - Fix superfluous type checks
- f0695bb - Test that UniqueConstraintViolationException from EntityManager::flush() is not marked as dead catch
1.3.2
- 802cc56 - Document that EntityManager::flush() can throw Doctrine\DBAL\Exception\UniqueConstraintViolationException
- f933284 - Update dependency slevomat/coding-standard to v7.1
1.3.1
- 88a26a2 - Everyone gets the better QueryBuilderType algorithm