From 52cc140cb5fdc802c76f27880f45414c96fbeadc Mon Sep 17 00:00:00 2001 From: Giuseppe Mazzapica Date: Sun, 10 Aug 2025 22:29:26 +0200 Subject: [PATCH] Fix deprecation notice in Inpsyde ruleset.xml Inpsyde ruleset.xml used a comma-separated string for array configurations, which is now deprecated and will break in PHPCS 3.0 Signed-off-by: Giuseppe Mazzapica --- Inpsyde/ruleset.xml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/Inpsyde/ruleset.xml b/Inpsyde/ruleset.xml index 9717eb0..3cd1b5b 100644 --- a/Inpsyde/ruleset.xml +++ b/Inpsyde/ruleset.xml @@ -27,7 +27,9 @@ - + + + @@ -47,7 +49,11 @@ - + + + + +