From f005c35210cd5dcefa09e5a5a1b422df87bcc38b Mon Sep 17 00:00:00 2001 From: Matthieu Marcillaud <marcimat@rezo.net> Date: Sun, 13 Feb 2022 22:28:00 +0100 Subject: [PATCH] =?UTF-8?q?Baseline=20phpstan=20=C3=A0=20jour?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- phpstan-baseline.neon | 35 ----------------------------------- 1 file changed, 35 deletions(-) diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index 9a8f475db7..0424898654 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -40,41 +40,6 @@ parameters: count: 1 path: ecrire/inc/drapeau_edition.php - - - message: "#^Function afficher_diff not found\\.$#" - count: 1 - path: ecrire/inc/editer.php - - - - message: "#^Function afficher_para_modifies not found\\.$#" - count: 1 - path: ecrire/inc/editer.php - - - - message: "#^Function preparer_diff not found\\.$#" - count: 2 - path: ecrire/inc/editer.php - - - - message: "#^Function propre_diff not found\\.$#" - count: 1 - path: ecrire/inc/editer.php - - - - message: "#^Function signaler_conflits_edition\\(\\) should return string but return statement is missing\\.$#" - count: 1 - path: ecrire/inc/editer.php - - - - message: "#^Instantiated class Diff not found\\.$#" - count: 1 - path: ecrire/inc/editer.php - - - - message: "#^Instantiated class DiffTexte not found\\.$#" - count: 1 - path: ecrire/inc/editer.php - - message: "#^Instantiated class csstidy not found\\.$#" count: 1 -- GitLab