Skip to content

[BUGFIX] Fix pagination in DFG-Viewer GridView #197

[BUGFIX] Fix pagination in DFG-Viewer GridView

[BUGFIX] Fix pagination in DFG-Viewer GridView #197

Triggered via pull request November 22, 2023 11:11
Status Failure
Total duration 49s
Artifacts

phpstan.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors
phpstan: Classes/Controller/AbstractController.php#L372
Array has 2 duplicate keys with value 'previousPageNumber' ('previousPageNumber', 'previousPageNumber').
phpstan: Classes/Controller/AbstractController.php#L387
Call to an undefined method TYPO3\CMS\Core\Pagination\PaginationInterface::getItemsPerPage().
phpstan: Classes/Controller/AbstractController.php#L395
Expression "$nextPageNumber" on a separate line does not do anything.
phpstan: Classes/Controller/AbstractController.php#L395
Undefined variable: $nextPageNumber
phpstan: Classes/Controller/AbstractController.php#L396
Expression "$previousPageNumber" on a separate line does not do anything.
phpstan: Classes/Controller/AbstractController.php#L396
Undefined variable: $previousPageNumber
phpstan
Process completed with exit code 1.