Fixes
- Fix
paginate()controller annotation to use\Cake\Datasource\Paging\PaginatedInterfaceinstead of\Cake\Datasource\ResultSetInterface.Controller::paginate()never returned a result set, so PHPStan reported the whole paging API (currentPage(),pageCount(),totalCount(),items(), ...) as undefined methods. Existing annotations refresh with onebin/cake annotate controllersrun.
Full Changelog: 2.22.1...2.22.2