rector-doctrine icon indicating copy to clipboard operation
rector-doctrine copied to clipboard

Orm querybuilder set parameters to collection

Open marcelthole opened this issue 7 months ago • 2 comments

hey,

i have a new feature proposal for changing the method signature for Doctrine\ORM\QueryBuilder::setParameters from the array type from Doctrine ORM 2.x to the ArrayCollection with Parameter type of ORM 3.x

see https://github.com/doctrine/orm/pull/9490 see https://github.com/doctrine/orm/blob/3.0.x/UPGRADE.md#query-querybuilder-and-nativequery-parameters-bc-break

marcelthole avatar Jul 10 '24 12:07 marcelthole