We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f4ed2f commit 68ec3ebCopy full SHA for 68ec3eb
UPGRADE.md
@@ -150,7 +150,7 @@ WARNING: This was relaxed in ORM 3.2 when partial was re-allowed for array-hydra
150
`Doctrine\ORM\Query::HINT_FORCE_PARTIAL_LOAD` are removed.
151
- `Doctrine\ORM\EntityManager*::getPartialReference()` is removed.
152
153
-## BC BREAK: Enforce ArrayCollection Type on `\Doctrine\ORM\QueryBuilder::setParameters(ArrayCollection $parameters)`
+## BC BREAK: Enforce ArrayCollection Type on `\Doctrine\ORM\QueryBuilder::setParameters(ArrayCollection $parameters)`
154
155
The argument $parameters can no longer be a key=>value array. Only ArrayCollection types are allowed.
156
0 commit comments