diff options
author | Côme Chilliet <91878298+come-nc@users.noreply.github.com> | 2024-04-30 15:53:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-30 15:53:16 +0200 |
commit | 3f62efe0868952d698c1bebbb9d9585731a8f7c7 (patch) | |
tree | 56db0c75375405c788f1ab890e295051af6f9746 | |
parent | a2c45ca5f33f097a638b4109a3a2bddbe639084a (diff) | |
download | nextcloud-server-backport/44956/stable28.tar.gz nextcloud-server-backport/44956/stable28.zip |
chore: fix indentation in psalm.xmlbackport/44956/stable28
Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
-rw-r--r-- | psalm.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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" |