diff options
author | Côme Chilliet <91878298+come-nc@users.noreply.github.com> | 2024-04-30 15:52:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-30 15:52:48 +0200 |
commit | 532581d7feebfaf0c5f335b1ce489e102b2a8ccf (patch) | |
tree | ac45699bcfc0e2ceead10494bed77039001ce1b3 /psalm.xml | |
parent | c87229ef0742e57c611a802ea5090b1ff8836d9e (diff) | |
download | nextcloud-server-532581d7feebfaf0c5f335b1ce489e102b2a8ccf.tar.gz nextcloud-server-532581d7feebfaf0c5f335b1ce489e102b2a8ccf.zip |
chore: fix indentation in psalm.xml
Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
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 1b50f22df10..a3e57fb9857 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" |