From bf27ea5660fff0a730e73d57edacee1374d90b67 Mon Sep 17 00:00:00 2001 From: Beatrycze Volk Date: Wed, 27 Mar 2024 17:39:20 +0100 Subject: [PATCH] Remove unnecessary ignores from PHPStan configuration --- .github/phpstan.neon | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/phpstan.neon b/.github/phpstan.neon index 1ea4ec5..622743e 100644 --- a/.github/phpstan.neon +++ b/.github/phpstan.neon @@ -2,8 +2,6 @@ parameters: ignoreErrors: - '#Call to an undefined method Kitodo\\Dlf\\Domain\\Repository\\[a-zA-Z]+Repository::findByIsListed\(\)\.#' - '#Call to an undefined method Kitodo\\Dlf\\Domain\\Repository\\[a-zA-Z]+Repository::findByIsSortable\(\)\.#' - - '#Parameter \#1 \$uids of method Kitodo\\Dlf\\Domain\\Repository\\CollectionRepository::findAllByUids\(\) expects string, array\ given\.#' - - '#Call to an undefined method Kitodo\\Dlf\\Domain\\Repository\\DocumentRepository::findSolrByCollections\(\)\.#' level: 5 paths: - ../Classes/