From ce04b880d34fd43bd06bb5e475ed7ef3b4a4841e Mon Sep 17 00:00:00 2001 From: Matthieu Marcillaud Date: Thu, 20 Jan 2022 00:16:39 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20la=20baseline=20php?= =?UTF-8?q?stan?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- phpstan-baseline.neon | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 phpstan-baseline.neon diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon new file mode 100644 index 0000000..36f4dac --- /dev/null +++ b/phpstan-baseline.neon @@ -0,0 +1,12 @@ +parameters: + ignoreErrors: + - + message: "#^Function lang_select not found\\.$#" + count: 2 + path: squelettes_par_rubrique_options.php + + - + message: "#^Function quete_parent not found\\.$#" + count: 1 + path: squelettes_par_rubrique_options.php +