BabDev / Pagerfanta

Pagination library for PHP applications with support for several data providers
Other
381 stars 170 forks source link

Fix Doctrine's `Criteria::setFirstResult()` method usage deprecation #53

Closed 7-zete-7 closed 9 months ago

7-zete-7 commented 9 months ago

Fixes deprecation:

Passing null to Doctrine\Common\Collections\Criteria::setFirstResult() is deprecated, pass 0 instead.

Deprecation info: https://github.com/doctrine/collections/pull/311

mbabker commented 9 months ago

Thanks! Released in 4.3.1.