From 73bbd2deb1cc1b8349a1712f0ff92ecddc5e6081 Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Wed, 2 Feb 2022 13:05:35 +0100 Subject: [PATCH] Ignore newly reported phpstan issues from new doctrine version --- phpstan.neon | 1 + 1 file changed, 1 insertion(+) diff --git a/phpstan.neon b/phpstan.neon index 38ffedd..ecc48aa 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -16,4 +16,5 @@ parameters: - '#Cannot call method fetchColumn\(\) on Doctrine\\DBAL\\Driver\\Statement\|int\.#' - '#Cannot call method fetchColumn\(\) on Doctrine\\DBAL\\Driver\\ResultStatement\|int\.#' - '#Cannot call method fetchColumn\(\) on Doctrine\\DBAL\\Result\|int\.#' + - "#^Parameter \\#[0-9] \\.\\.\\.\\$predicates of method TYPO3\\\\CMS\\\\Core\\\\Database\\\\Query\\\\QueryBuilder\\:\\:where\\(\\) expects array\\\\|Doctrine\\\\DBAL\\\\Query\\\\Expression\\\\CompositeExpression, string given\\.$#" - '#^Variable \$_EXTKEY might not be defined\.$#'