Skip to content

Commit aa624f6

Browse files
committed
Remove trailing whitespace
1 parent e1675eb commit aa624f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

UPGRADE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The class `Doctrine\ORM\Mapping\Driver\DatabaseDriver` is deprecated without rep
3333

3434
Output walkers should implement the new `\Doctrine\ORM\Query\OutputWalker` interface and create
3535
`Doctrine\ORM\Query\Exec\SqlFinalizer` instances instead of `Doctrine\ORM\Query\Exec\AbstractSqlExecutor`s.
36-
The output walker must not base its workings on the query `firstResult`/`maxResult` values, so that the
36+
The output walker must not base its workings on the query `firstResult`/`maxResult` values, so that the
3737
`SqlFinalizer` can be kept in the query cache and used regardless of the actual `firstResult`/`maxResult` values.
3838
Any operation dependent on `firstResult`/`maxResult` should take place within the `SqlFinalizer::createExecutor()`
3939
method. Details can be found at https://github.com/doctrine/orm/pull/11188.
@@ -144,7 +144,7 @@ WARNING: This was relaxed in ORM 3.2 when partial was re-allowed for array-hydra
144144
`Doctrine\ORM\Query::HINT_FORCE_PARTIAL_LOAD` are removed.
145145
- `Doctrine\ORM\EntityManager*::getPartialReference()` is removed.
146146

147-
## BC BREAK: Enforce ArrayCollection Type on `\Doctrine\ORM\QueryBuilder::setParameters(ArrayCollection $parameters)`
147+
## BC BREAK: Enforce ArrayCollection Type on `\Doctrine\ORM\QueryBuilder::setParameters(ArrayCollection $parameters)`
148148

149149
The argument $parameters can no longer be a key=>value array. Only ArrayCollection types are allowed.
150150

0 commit comments

Comments
 (0)