From 1b0e3b686d0c1b39f44f5f7091a07e323c609cf6 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Sat, 28 Sep 2019 09:35:59 +0200 Subject: [PATCH] Ignored false positive in phpstan --- phpstan.neon | 1 + 1 file changed, 1 insertion(+) diff --git a/phpstan.neon b/phpstan.neon index 90c8b2ee..681fd8a2 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -4,3 +4,4 @@ parameters: - '#ObjectManager::flush()#' - '#\$metadata ClassMetadata#' - '#Undefined variable: \$metadata#' + - '#AbstractQuery::setParameters()#'