From 5542265e33ac3de009bd9046c2c10b098a3b5ee5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=AFeul=20Rouquette?= <maieul@maieul.net> Date: Sun, 1 Oct 2023 17:36:31 +0200 Subject: [PATCH] chore(phpstan): ajustement baseline --- phpstan-baseline.neon | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index 016eef46..189cf9fb 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -1417,7 +1417,7 @@ parameters: - message: "#^Function _T not found\\.$#" - count: 5 + count: 4 path: formulaires/formidable.php - @@ -1437,7 +1437,7 @@ parameters: - message: "#^Function charger_fonction not found\\.$#" - count: 5 + count: 4 path: formulaires/formidable.php - -- GitLab