From 6fd17994fb9606a0dea97353f7a3b7aae020fa3e Mon Sep 17 00:00:00 2001 From: provokateurin Date: Sun, 22 Sep 2024 08:38:31 +0200 Subject: fix(psalm): Enable findUnusedBaselineEntry Signed-off-by: provokateurin --- psalm.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'psalm.xml') diff --git a/psalm.xml b/psalm.xml index 1d62b7327bc..22428fb4725 100644 --- a/psalm.xml +++ b/psalm.xml @@ -10,7 +10,7 @@ xmlns="https://getpsalm.org/schema/config" xsi:schemaLocation="https://getpsalm.org/schema/config https://getpsalm.org/schema/config" errorBaseline="build/psalm-baseline.xml" - findUnusedBaselineEntry="false" + findUnusedBaselineEntry="true" findUnusedCode="false" phpVersion="8.1" > -- cgit v1.2.3