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
minor KnpLabs#1007 Add comment on AbstractApi::$perPage() (Nyholm)
This PR was merged into the 3.3.x-dev branch.
Discussion
----------
The `AbstractApi::setPerPage()` was removed in the 3.0. I cannot find what PR that removed it.
However, we kept `AbstractApi::$perPage` and we do use it on a few places.. Im not sure if we should remove the property or add back the method.
Also note, some integration tests are using `setPerPage()`.
Commits
-------
aeeda19 Added comment on AbstractApi::$perPage
0 commit comments