Phpstan Doctrine Versions Save

Doctrine extensions for PHPStan

1.3.69

1 month ago
  • ac56740 - Revert "Add __benevolent return types to doctrine Result stub"

1.3.68

1 month ago
  • 1e59c4e - Add __benevolent return types to doctrine Result stub

1.3.67

1 month ago
  • 664e380 - Fix compatibility with DBAL 4

1.3.66

1 month ago
  • 45aa443 - Enforce literal string for connection execute methods

1.3.65

1 month ago
  • 1667bda - Collection stub - we do not need |null in ArrayAccess TKey

1.3.64

1 month ago
  • f42828a - Append Doctrine proxy class names to list of forbidden class names to disallow direct use of Doctrine proxy classes.

1.3.63

2 months ago
  • 6ccde2b - Fix branching QueryBuilder type inference
  • 6116afd - Use older gedmo version

1.3.62

3 months ago
  • f3abbd8 - fix AnnotationDriver check
  • 4040cf0 - Fix aggregate function on literal

1.3.61

3 months ago
  • f3f1dae - Fix PHPStan
  • ce17b0e - More patches for Doctrine bugs
  • 87d961b - EntityColumnRuleTest - testGeneratedIds with less complicated type than bigint
  • 8c36077 - BigIntType - always uses integer in DBAL 4
  • d32e399 - Fix more tests on ORM 3
  • 231392d - Skip tests not working on ORM 3
  • e56223f - Fix tests for ORM 3
  • 35cfb92 - Fix tests for DBAL 4
  • 84f7770 - Patch Carbon return types
  • 7960553 - Tests - bring back DBAL ArrayType
  • ef61898 - Fix test
  • 601665c - More fixes
  • cad5050 - More QueryResultTypeWalker fixes
  • d1845c8 - Remove inheritdoc phpdoc
  • 590a773 - ORMException moved to another namespace
  • 0209dd0 - Fix PropertiesExtension
  • 0999cba - Patch Attribute classes to support AnnotationDriver even with Doctrine ORM 3 for unit tests
  • bf19933 - Support Composer patches
  • c64c420 - Add AnnotationDriver so that ORM PHPDoc annotations can be used with Doctrine ORM 3.0
  • 407cee3 - Build with Doctrine ORM 3 and DBAL 4 in CI

1.3.60

3 months ago
  • 30cf38d - Tests - update Doctrine DBAL ^3 even with lowest dependencies where possible
  • deec109 - Add ConcreteAssociationMapping type alias to ClassMetadata
  • 5a61257 - ClassMetadataInfo -> ClassMetadata
  • 2f86657 - Bump PHPUnit
  • 4f572f8 - EntityManager::create() no longer exists in Doctrine ORM 3
  • 8e8728c - Fix incompatibilities in QueryResultTypeWalker
  • 652e195 - ClassMetadataFactory - Compatibility with Doctrine ORM 3 and DBAL 4
  • dd487b2 - Update Doctrine ORM lower bound
  • 078217e - Do not longer use EntityManager::create() in tests
  • 1860a9c - Update cache in tests to use PSR-6
  • 69e422e - Update dependencies