From ec82bd7e4e6226d47b20e8ca9c7413655df51861 Mon Sep 17 00:00:00 2001 From: Daniel Hlavacek Date: Tue, 31 Jan 2023 10:28:39 +0100 Subject: [PATCH] Update phpstan-latest.neon --- tests/phpstan/phpstan-latest.neon | 8 -------- 1 file changed, 8 deletions(-) diff --git a/tests/phpstan/phpstan-latest.neon b/tests/phpstan/phpstan-latest.neon index 8180fd3..3e0e93c 100644 --- a/tests/phpstan/phpstan-latest.neon +++ b/tests/phpstan/phpstan-latest.neon @@ -1,10 +1,2 @@ includes: - %currentWorkingDirectory%/tests/phpstan/phpstan.neon - -parameters: - ignoreErrors: - - '#Access to an undefined property HelperList\:\:\$shopLinkType.#' - - '#Binary operation "\." between string and array results in an error.#' - - '#Parameter \#1 \$id of class Supplier constructor expects null, int given.#' - - '#Parameter \#2 \$idLang of class Supplier constructor expects null, int given.#' - - '#Parameter \#2 \$selection of static method CMSCore\:\:getLinks\(\) expects null, array given.#'