Skip to content

Releases: phpstan/phpstan-doctrine

1.3.7

01 Jun 13:21
1.3.7
85339d7
Compare
Choose a tag to compare
  • 85339d7 - Readonly property with a generated value is considered initialized
  • 2879e5f - Update dependency slevomat/coding-standard to v7.2.1

1.3.6

27 May 18:48
1.3.6
Compare
Choose a tag to compare
  • 317e47b - Fixing handling of boolean literals
  • 66a847d - Document query result type inference in the README

1.3.5

23 May 15:26
1.3.5
7397920
Compare
Choose a tag to compare
  • 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

09 May 13:21
1.3.4
dd53db8
Compare
Choose a tag to compare
  • 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

20 Apr 15:59
1.3.3
35b098c
Compare
Choose a tag to compare
  • 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

05 Apr 08:56
1.3.2
Compare
Choose a tag to compare
  • 802cc56 - Document that EntityManager::flush() can throw Doctrine\DBAL\Exception\UniqueConstraintViolationException
  • f933284 - Update dependency slevomat/coding-standard to v7.1

1.3.1

30 Mar 20:08
1.3.1
88a26a2
Compare
Choose a tag to compare
  • 88a26a2 - Everyone gets the better QueryBuilderType algorithm

1.3.0

29 Mar 07:11
1.3.0
17ad9bc
Compare
Choose a tag to compare
  • 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

23 Feb 15:15
1.2.11
580737e
Compare
Choose a tag to compare
  • 580737e - Cover DoctrineTypeDescriptor with BC promise

1.2.10

09 Feb 11:58
1.2.10
5a5454c
Compare
Choose a tag to compare
  • 5a5454c - literal-string in QueryBuilder::where()
  • aefeca7 - Update CS