Skip to content

Releases: phpstan/phpstan-doctrine

1.3.10

13 Jul 10:44
e6a149b
Compare
Choose a tag to compare
  • 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

06 Jun 09:18
1.3.9
Compare
Choose a tag to compare
  • e0281f8 - Add literal-string check for andWhere
  • dc63ecb - Add dynamic literal-string return types for some Expr methods
  • 86e74f3 - Fix stubs

1.3.8

03 Jun 13:05
1.3.8
b2799b9
Compare
Choose a tag to compare
  • b2799b9 - Allow for final embeddable class

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