From ee3fd1b91629e79410a5baf4d650d23b988b4dd6 Mon Sep 17 00:00:00 2001
From: Matthieu Marcillaud <marcimat@rezo.net>
Date: Wed, 15 Mar 2023 02:23:40 +0100
Subject: [PATCH] chore: Up baseline phpstan

---
 phpstan-baseline.neon | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon
index a6f2972e4e..8f91519547 100644
--- a/phpstan-baseline.neon
+++ b/phpstan-baseline.neon
@@ -10,11 +10,6 @@ parameters:
 			count: 1
 			path: ecrire/inc/filtres.php
 
-		-
-			message: "#^Class GdImage not found\\.$#"
-			count: 1
-			path: ecrire/inc/filtres_images_lib_mini.php
-
 		-
 			message: "#^Function sous_repertoire\\(\\) should return string but return statement is missing\\.$#"
 			count: 1
-- 
GitLab