From 718d7a7228cc3ec36ac29a5b408d559c65b62c27 Mon Sep 17 00:00:00 2001 From: Matthieu Marcillaud <marcimat@rezo.net> Date: Mon, 27 Feb 2023 15:47:46 +0100 Subject: [PATCH] chore: Up PHPStan baseline --- phpstan-baseline.neon | 5 ----- 1 file changed, 5 deletions(-) diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index b3c8687b1f..a6f2972e4e 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -20,11 +20,6 @@ parameters: count: 1 path: ecrire/inc/flock.php - - - message: "#^Function minipres\\(\\) should return string but return statement is missing\\.$#" - count: 1 - path: ecrire/inc/minipres.php - - message: "#^Function cache_unlock not found\\.$#" count: 1 -- GitLab