Skip to content

Releases: phpstan/phpstan-doctrine

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

1.3.37

17 Mar 14:59
62bd362
Compare
Choose a tag to compare
  • 62bd362 - Revert "Bleeding edge - BetterReflectionProvider"

1.3.36

15 Mar 15:25
8c22f24
Compare
Choose a tag to compare
  • 8c22f24 - Bleeding edge - BetterReflectionProvider

1.3.35

10 Mar 14:45
3dbb999
Compare
Choose a tag to compare
  • 3dbb999 - Fix DoctrineSelectableClassReflectionExtension

1.3.34

10 Mar 14:33
8d660e9
Compare
Choose a tag to compare
  • 8d660e9 - ClassMetadataInfo - idGenerator property can be null
  • 271db64 - Drop inline @var
  • 39e4b77 - Use ReflectionProvider instead of Broker
  • bd84eb5 - Fix build
  • 392868f - Skip unreliable test

1.3.33

21 Feb 16:43
fcb67c2
Compare
Choose a tag to compare
  • fcb67c2 - Fix build
  • b982617 - Revert "Fix build"
  • 6f3d9b7 - Fix build
  • 633cccd - Do not use instanceof *Type
  • 05db8be - Fix the support for Gedmo attributes
  • f728e0d - Merge commit 'dcf42b9' into 1.3.x
  • dcf42b9 - ReflectionDescriptor - fix compatibility with conditional return type in VarDateTimeImmutableType
  • 9a56b06 - ReflectionDescriptor - use ReflectionProvider
  • 50383b9 - Remove unused method
  • 4d82a3d - Merge commit 'ab7afcf443ce637b3ba725e2a03ff9b82bd92e3c' into 1.3.x
  • ab7afcf - Comment out problematic test
  • fa1483f - Fix entity
  • a7e0aaa - More fixes
  • 89a5701 - Fix namespace
  • 148fd32 - Reproduce internal error unsuccessfully
  • 44e77f0 - Fix build
  • 1f2a2ab - Require PHPStan 1.10

1.3.32

12 Jan 14:08
4534559
Compare
Choose a tag to compare
  • 4534559 - Require PHPStan 1.9.11 with a bugfix
  • 6812cf4 - Fix stubs in regard to LazyServiceEntityRepository again