Skip to content

Commit

Permalink
Merge pull request #399 from doctrine/2.1.x
Browse files Browse the repository at this point in the history
Merge 2.1.x up into 2.2.x
  • Loading branch information
greg0ire committed Feb 25, 2024
2 parents 8901817 + 68b8348 commit 07e16cd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions UPGRADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,3 +101,12 @@ You can find a list of major changes to public API below.
| 1.0.x | 3.0.x |
|-------------------------------:|:-------------------------------------------|
| `matching(Criteria $criteria)` | `matching(Criteria $criteria): Collection` |

# Upgrade to 1.7

## Deprecated null first result

Passing null as `$firstResult` to
`Doctrine\Common\Collections\Criteria::__construct()` and to
`Doctrine\Common\Collections\Criteria::setFirstResult()` is deprecated.
Use `0` instead.

0 comments on commit 07e16cd

Please sign in to comment.