From 4cd835ad8a326d1bf5535d6326fe0b5dda27c324 Mon Sep 17 00:00:00 2001 From: Beatrycze Volk Date: Wed, 18 Oct 2023 13:28:11 +0200 Subject: [PATCH] Ignore this error until Kitodo.Presentation is not updated --- Build/phpstan.neon | 1 + 1 file changed, 1 insertion(+) diff --git a/Build/phpstan.neon b/Build/phpstan.neon index 6e7a5a764..298c80c12 100644 --- a/Build/phpstan.neon +++ b/Build/phpstan.neon @@ -1,5 +1,6 @@ parameters: ignoreErrors: + - '#Call to an undefined method Kitodo\\Dlf\\Domain\\Model\\Document::getCurrentDocument\(\)\.#' - '#Parameter \#1 \$documentId of method Kitodo\\Dlf\\Controller\\AbstractController::loadDocument\(\) expects int, array given\.#' level: 5 paths: