Skip to content

Commit 58e0d83

Browse files
committed
chore: align PHP version in psalm config
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent d2183a9 commit 58e0d83

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

psalm.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22
<psalm errorLevel="5" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
xmlns="https://getpsalm.org/schema/config"
44
xsi:schemaLocation="https://getpsalm.org/schema/config https://getpsalm.org/schema/config"
5-
findUnusedBaselineEntry="true"
6-
findUnusedCode="false"
75
autoloader="vendor-bin/psalm/vendor/autoload.php"
86
errorBaseline="tests/psalm-baseline.xml"
9-
ensureOverrideAttribute="false">
7+
ensureOverrideAttribute="false"
8+
findUnusedBaselineEntry="true"
9+
findUnusedCode="false"
10+
phpVersion="8.1">
1011
<stubs>
1112
<file name="tests/stubs/oc_archive_archive.php" preloadClasses="true"/>
1213
<file name="tests/stubs/oc_archive_zip.php" preloadClasses="true"/>

0 commit comments

Comments
 (0)