aboutsummaryrefslogtreecommitdiffstats
path: root/psalm.xml
diff options
context:
space:
mode:
authorprovokateurin <kate@provokateurin.de>2024-09-22 08:38:31 +0200
committerprovokateurin <kate@provokateurin.de>2024-09-23 09:14:38 +0200
commit6fd17994fb9606a0dea97353f7a3b7aae020fa3e (patch)
treea7cb472c3e37307db792f59d22990f0beaa0c000 /psalm.xml
parent77c1db0cd64a11aa21425f663cfe9fdff988ad58 (diff)
downloadnextcloud-server-6fd17994fb9606a0dea97353f7a3b7aae020fa3e.tar.gz
nextcloud-server-6fd17994fb9606a0dea97353f7a3b7aae020fa3e.zip
fix(psalm): Enable findUnusedBaselineEntryfix/psalm/enabled-find-unused-baseline-entry
Signed-off-by: provokateurin <kate@provokateurin.de>
Diffstat (limited to 'psalm.xml')
-rw-r--r--psalm.xml2
1 files changed, 1 insertions, 1 deletions
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"
>