Skip to content

Commit aada120

Browse files
committed
chore: Add php version to psalm config
Signed-off-by: Julius Knorr <[email protected]>
1 parent f970a4b commit aada120

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

psalm.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<psalm
77
errorLevel="4"
88
resolveFromConfigFile="true"
9+
phpVersion="8.1"
910
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1011
xmlns="https://getpsalm.org/schema/config"
1112
xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"

0 commit comments

Comments
 (0)