diff options
author | provokateurin <kate@provokateurin.de> | 2024-09-22 08:38:31 +0200 |
---|---|---|
committer | provokateurin <kate@provokateurin.de> | 2024-09-23 11:20:15 +0200 |
commit | 7bf75b9724032f542bd3e242a5de90b4045631be (patch) | |
tree | a40332f15eb1c4537d025918cc49b7eb05c6b629 /psalm.xml | |
parent | 81216ed24955e9adf01d341368e198336f3e2438 (diff) | |
download | nextcloud-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.xml | 2 |
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" > |