From 72ee912c04e697e6c650d671837f33ebc15552f7 Mon Sep 17 00:00:00 2001 From: Beatrycze Volk Date: Mon, 23 Dec 2024 18:09:05 +0100 Subject: [PATCH] f --- .github/phpstan.neon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/