psalm: set target PHP version to 8.0

Signed-off-by: Varun Patil <radialapps@gmail.com>
pull/888/head
Varun Patil 2023-10-23 18:39:43 -07:00
parent 2904aa6aa4
commit 25e2c42830
2 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,7 @@
cacheDirectory=".cache/psalm-ls" cacheDirectory=".cache/psalm-ls"
findUnusedBaselineEntry="true" findUnusedBaselineEntry="true"
findUnusedCode="false" findUnusedCode="false"
phpVersion="8.0"
> >
<!-- <!--
Duplication is due to differences in language server and CLI Duplication is due to differences in language server and CLI

View File

@ -9,6 +9,7 @@
cacheDirectory=".cache/psalm" cacheDirectory=".cache/psalm"
findUnusedBaselineEntry="true" findUnusedBaselineEntry="true"
findUnusedCode="false" findUnusedCode="false"
phpVersion="8.0"
> >
<!-- The language server works slightly differently and has a different file --> <!-- The language server works slightly differently and has a different file -->
<projectFiles> <projectFiles>