From 934a06691053d29dffecb5141965963c9584d82c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Wed, 6 Apr 2022 22:40:09 +0200 Subject: [PATCH] remove error disappearing from phpstan --- phpstan-types.neon | 5 ----- 1 file changed, 5 deletions(-) diff --git a/phpstan-types.neon b/phpstan-types.neon index d43fd8944..dc3f67a73 100644 --- a/phpstan-types.neon +++ b/phpstan-types.neon @@ -450,11 +450,6 @@ parameters: count: 1 path: src/Bundle/ChillThirdPartyBundle/Repository/ThirdPartyRepository.php - - - message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#" - count: 1 - path: src/Bundle/ChillThirdPartyBundle/Search/ThirdPartyApiSearch.php - - message: "#^Method Chill\\\\ThirdPartyBundle\\\\Search\\\\ThirdPartySearch\\:\\:renderResult\\(\\) should return string but return statement is missing\\.$#" count: 1