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 11:20:15 +0200
commit7bf75b9724032f542bd3e242a5de90b4045631be (patch)
treea40332f15eb1c4537d025918cc49b7eb05c6b629 /psalm.xml
parent81216ed24955e9adf01d341368e198336f3e2438 (diff)
downloadnextcloud-server-7bf75b9724032f542bd3e242a5de90b4045631be.tar.gz
nextcloud-server-7bf75b9724032f542bd3e242a5de90b4045631be.zip
fix(psalm): Enable findUnusedBaselineEntrybackport/48266/stable29
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 5c4c40a1580..a5e644e8bf2 100644
--- a/psalm.xml
+++ b/psalm.xml
@@ -6,7 +6,7 @@
xmlns="https://getpsalm.org/schema/config"
xsi:schemaLocation="https://getpsalm.org/schema/config"
errorBaseline="build/psalm-baseline.xml"
- findUnusedBaselineEntry="false"
+ findUnusedBaselineEntry="true"
findUnusedCode="false"
phpVersion="8.0"
>