Skip to content

Releases: phpstan/phpstan-doctrine

1.3.47

10 Nov 15:08
Compare
Choose a tag to compare
  • 4763901 - Allow class string in from and join

1.3.46

08 Nov 16:35
b1e4a69
Compare
Choose a tag to compare
  • b1e4a69 - Add @throws annotation on EntityManagerInterface::flush

1.3.45

29 Oct 08:20
90e60ba
Compare
Choose a tag to compare
  • 90e60ba - Put Doctrine\ORM\Tools\Pagination\Paginator into skipCheckGenericClasses

1.3.44

29 Oct 08:16
0a8fa83
Compare
Choose a tag to compare
  • 0a8fa83 - Handle AnnotationException in Gedmo\PropertiesExtension
  • cba50e9 - add stub to add generic type to paginator when created from query instance

1.3.43

01 Sep 15:02
Compare
Choose a tag to compare
  • c501503 - Add back noResultException

1.3.42

09 Aug 08:22
Compare
Choose a tag to compare

1.3.41

08 Aug 07:48
Compare
Choose a tag to compare
  • 69aaa52 - Add AbstractQuery::getSingleScalarResult to stub
  • ec13bc8 - Revert "Require PHPStan 1.11"
  • 673b115 - Rewrite more tests to use TypeInferenceTestCase instead of LevelsTestCase
  • 1fcd8ca - Rewrite tests to use TypeInferenceTestCase instead of LevelsTestCase
  • 5e52821 - Add missing throws in stubs
  • 1f6d742 - Allow Expr\Func in QueryBuilder::join()
  • 44275d6 - Do not crash on wrong QueryBuilder calls
  • a9eae20 - Error identifiers
  • 804902a - Modernize rules with RuleErrorBuilder
  • 3d9b1e2 - Bump PHPStan dependencies
  • 51d7900 - Require PHPStan 1.11
  • 8b28264 - Next-gen coding standard workflow
  • 2003479 - Fix build
  • 6c4910d - Update dependency slevomat/coding-standard to v8.12.0

1.3.40

11 May 11:27
f741919
Compare
Choose a tag to compare
  • f741919 - Specify array in ClassMetadata type aliases as mixed[]

1.3.39

11 May 09:45
e3c5d08
Compare
Choose a tag to compare
  • e3c5d08 - Added missing type aliases in ClassMetadata stub

1.3.38

04 May 11:19
f1499e5
Compare
Choose a tag to compare
  • f1499e5 - Revert "Improve QueryResultDynamicReturnTypeExtension"
  • dff01ff - Revert "Solve phpstan deprecation"
  • 24fc706 - Revert "Avoid false positive about array result"
  • 84bf895 - Update dependency slevomat/coding-standard to v8.11.1
  • 72ae32c - Update dependency slevomat/coding-standard to v8.10.0
  • 2c339ca - Improve the type descriptor for SimpleArrayType
  • 6d65f89 - Add support for union of class string
  • a1ba454 - Add rule to prevent final constructors in Doctrine entities
  • c1c32c9 - Magic repository methods - test to use generic bound when the type is unknown
  • b3a7b16 - Avoid false positive about array result
  • c110e57 - Solve phpstan deprecation
  • 03741b4 - Improve QueryResultDynamicReturnTypeExtension
  • 11b14c4 - Update build-cs
  • 13c649f - Update dependency slevomat/coding-standard to v8.9.0
  • 41c5663 - Update PHPCS
  • fbf55c3 - Update metcalfc/changelog-generator action to v4.1.0