Skip to content

Releases: phpstan/phpstan-doctrine

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

1.2.9

08 Feb 09:58
1.2.9
149cf71
Compare
Choose a tag to compare
  • 149cf71 - Look for QueryBuilder in nested methods when calling getQuery() directly on QueryBuilder
  • 7460f9d - determine queryBuilderType if called on other method
  • b7195d6 - Add allowNullablePropertyForRequiredField Readme
  • ecec34e - Update renovate.json
  • dc3b2b3 - Update lock-closed-issues.yml
  • dccb60d - Update github-actions
  • 7a425f0 - Update metcalfc/changelog-generator action to v1.0.1
  • 728dfd9 - Delete dependabot.yml
  • c8161f5 - Update and rename renovate.json to .github/renovate.json
  • f6b4354 - Add renovate.json
  • 45ecec1 - Update phpunit.xml

1.2.8

28 Jan 11:07
1.2.8
Compare
Choose a tag to compare
  • c49475b - Add IDENTITY() type inference support

1.2.7

25 Jan 13:11
1.2.7
Compare
Choose a tag to compare
  • 938350f - Non-existent class is transient
  • 46256c9 - Aggregate functions affect nullability only when the query is not grouped

1.2.6

24 Jan 15:32
1.2.6
7c11cd7
Compare
Choose a tag to compare
  • 7c11cd7 - Fix error with nonexistent Doctrine\ORM\Mapping\ClassMetadataFactory

1.2.5

24 Jan 12:50
1.2.5
2eb2e0c
Compare
Choose a tag to compare
  • 2eb2e0c - Catch Doctrine\Persistence\Mapping\MappingException too

1.2.4

24 Jan 12:15
1.2.4
753f9e8
Compare
Choose a tag to compare
  • 1325277 - MappingDriverChain::isTransient() - catch exceptions too
  • 47aa7ca - We can not assume the type of Query::getResult() if ResultType may be void
  • 753f9e8 - Avoid error about unknown annotations

1.2.3

23 Jan 12:40
1.2.3
16cb23a
Compare
Choose a tag to compare
  • 16cb23a - Do not crash with AnnotationException