From c19630e7f51803a26191a10664437b0cc3729b24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edi=20Modri=C4=87?= Date: Tue, 21 Apr 2020 11:20:38 +0200 Subject: [PATCH] Update PHPStan rule --- phpstan.neon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpstan.neon b/phpstan.neon index 44e1950d..1d0e714e 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -15,7 +15,7 @@ parameters: - '#Call to method Symfony\\Component\\HttpFoundation\\Request::hasSession\(\) will always evaluate to true.#' # Doctrine DBAL - - '#Cannot call method fetch(All)?\(\) on Doctrine\\DBAL\\Driver\\(Result)?Statement\|int#' + - '#Cannot call method fetch(All)?\(\) on Doctrine\\DBAL\\Driver\\ResultStatement\|int#' - '#expects string\|null, Doctrine\\DBAL\\Query\\Expression\\CompositeExpression given#' - '#\$value2 of method Doctrine\\DBAL\\Platforms\\AbstractPlatform::getBitAndComparisonExpression\(\) expects string, int given.#'