You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 29, 2020. It is now read-only.
fix: fixes offset calculation for paginated Doctrine collections
The code was erroneously using the calculated `$pageCount`, which
represented the total number of pages in the collection, instead of the
`$perPage` value when calculating the result offset. This was due to
missing assertions in the unit tests. The assertions have been added,
and the code corrected accordingly.
0 commit comments