From c1832d39f139932d65dd619603bbcb822e3605be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Wed, 2 Mar 2022 16:40:50 +0100 Subject: [PATCH] remove fixed phpstan issue --- phpstan-types.neon | 5 ----- 1 file changed, 5 deletions(-) diff --git a/phpstan-types.neon b/phpstan-types.neon index 2cc55255a..79ae16d4b 100644 --- a/phpstan-types.neon +++ b/phpstan-types.neon @@ -325,11 +325,6 @@ parameters: count: 1 path: src/Bundle/ChillMainBundle/Timeline/TimelineBuilder.php - - - message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#" - count: 1 - path: src/Bundle/ChillMainBundle/Validation/Validator/ValidPhonenumber.php - - message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#" count: 1