Type pageSize and pageNumber as positive-int in Pagination\Window
Author: whataboutpereiraCreated Sep 16, 2026Updated Sep 16, 2026
Exploring the new Paginator and I'm wondering if it might be an idea to change $pageNumber and $pageSize type to positive-int here and possibly $maxResults to int<1, max> for improved static analysis?
Source: doctrine/orm