diff --git a/.github/phpstan.neon b/.github/phpstan.neon index 39dc5c37d..ec4d99239 100644 --- a/.github/phpstan.neon +++ b/.github/phpstan.neon @@ -20,10 +20,10 @@ parameters: - '#Call to an undefined method Ubl\\Iiif\\Presentation\\Common\\Model\\Resources\\IiifResourceInterface::getTextAnnotations\(\)\.#' - '#Call to an undefined method Ubl\\Iiif\\Presentation\\Common\\Model\\Resources\\ManifestInterface::getOriginalJsonArray\(\)\.#' - '#Call to an undefined method Ubl\\Iiif\\Presentation\\Common\\Model\\Resources\\RangeInterface::getMemberRangesAndRanges\(\)\.#' - - '#Parameter 2 \$callback of function array_filter expects \(callable\(mixed\): bool\)\|null, \'strlen\' given\.#' - '#Constant LOG_SEVERITY_ERROR not found\.#' - '#Constant LOG_SEVERITY_NOTICE not found\.#' - '#Constant LOG_SEVERITY_WARNING not found\.#' + - '#Parameter #2 \$callback of function array_filter expects \(callable\(mixed\): bool\)\|null, strlen given\.#' level: 5 paths: - ../Classes/