From 3da875f0f25e8e331a66942a3a7bb346f8b13825 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20Odwa=C5=BCny?= Date: Wed, 8 Jan 2025 03:17:51 +0100 Subject: [PATCH] add error to ignore list in phpstan.neon --- phpstan.neon.dist | 1 + 1 file changed, 1 insertion(+) diff --git a/phpstan.neon.dist b/phpstan.neon.dist index 109ffc4ad..e0211afae 100644 --- a/phpstan.neon.dist +++ b/phpstan.neon.dist @@ -15,3 +15,4 @@ parameters: - identifier: missingType.iterableValue - identifier: missingType.generics - '#.*NodeParentInterface.*#' + - '#should return Sylius\\Component\\Resource\\Model\\TranslationInterface but returns Sylius\\Resource\\Model\\TranslationInterface\.#'