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/