PHP Classes

File: phpstan-baseline.neon

Recommend this page to a friend!
  Classes of Eric Sizemore   ESI PHP Pagination   phpstan-baseline.neon   Download  
File: phpstan-baseline.neon
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: ESI PHP Pagination
Show paginated navigation using callback functions
Author: By
Last change:
Date: 4 days ago
Size: 790 bytes
 

Contents

Class file image Download
parameters: ignoreErrors: - message: '#^Cannot cast mixed to int\.$#' identifier: cast.int count: 1 path: src/Paginator.php - message: '#^Call to static method PHPUnit\\Framework\\Assert\:\:assertTrue\(\) with false will always evaluate to false\.$#' identifier: staticMethod.impossibleType count: 2 path: tests/PaginatorTest.php - message: '#^Parameter \#1 \$config of class Esi\\Pagination\\Paginator constructor expects array\{\}\|array\{itemTotalCallback\?\: Closure, sliceCallback\?\: Closure, itemsPerPage\?\: int, pagesInRange\?\: int\}\|null, array\{itemTotalCallback\: '''', sliceCallback\: '''', itemsPerPage\: '''', pagesInRange\: '''', nonexistent\: ''''\} given\.$#' identifier: argument.type count: 1 path: tests/PaginatorTest.php