Releases: psalm/psalm-plugin-doctrine
Releases · psalm/psalm-plugin-doctrine
Support DBAL Query builder
Added
- #45 Added support for DBAL Query Builder (@mpolyakovsky)
Changed
@orklah and @mpolyakovsky contributed a number of improvements to the test suite and other misc fixes
Removed
- The minimum Psalm version is now 3.6.2
Added ClassMetadataInfo::$sequenceGeneratorDefinition
Added
- #29 Added ClassMetadataInfo::$sequenceGeneratorDefinition
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.
Allow Expr\Comparison
Added support for variadic arguments of QueryBuilder methods
Corrected `Collection::slice()` signature
Fixed
Collection::slice()
$offset
parameter acceptsint
only (#25)
Typed Doctrine\ORM\Mapping\ClassMetadataInfo::$table
Fixed Collection::partition closure type
Fixed
Collection::partition()
closure type (#22)
Added support for ServiceEntityRepository (from doctrine-bundle)
Added
- Support for ServiceEntityRepository (#19