From 3f62efe0868952d698c1bebbb9d9585731a8f7c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=B4me=20Chilliet?= <91878298+come-nc@users.noreply.github.com> Date: Tue, 30 Apr 2024 15:53:16 +0200 Subject: [PATCH] chore: fix indentation in psalm.xml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Ferdinand Thiessen Signed-off-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> --- psalm.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/psalm.xml b/psalm.xml index 7aba3ce80ab..65b36ab020e 100644 --- a/psalm.xml +++ b/psalm.xml @@ -5,7 +5,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="https://getpsalm.org/schema/config" xsi:schemaLocation="https://getpsalm.org/schema/config" - errorBaseline="build/psalm-baseline.xml" + errorBaseline="build/psalm-baseline.xml" findUnusedBaselineEntry="false" findUnusedCode="false" phpVersion="8.0"