Releases: phpstan/phpstan-doctrine
Releases · phpstan/phpstan-doctrine
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
1.3.0
- 17ad9bc - Fix QueryBuilder type comparison
- de8961d - Drop alias
- 987a41d - Update workflow
- 984056e - Drop support for PHP 7.1, require PHPStan 1.5.0
- e518535 - Update dependency slevomat/coding-standard to v7.0.20
- 9a1711a - Update DBAL
- 12a4737 - Update dependency slevomat/coding-standard to v7.0.19
- c3f5b68 - Update actions/checkout action to v3
1.2.11
- 580737e - Cover DoctrineTypeDescriptor with BC promise