Skip to content

2.22.2

Latest

Choose a tag to compare

@dereuromark dereuromark released this 21 Jul 13:45
85c8644

Fixes

  • Fix paginate() controller annotation to use \Cake\Datasource\Paging\PaginatedInterface instead 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 one bin/cake annotate controllers run.

Full Changelog: 2.22.1...2.22.2