Skip to content

Commit 0894a16

Browse files
authored
Merge pull request #1089 from kenjis/update-psalm.xml
chore: update psalm.xml
2 parents 341ba47 + 278320a commit 0894a16

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

psalm.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0"?>
22
<psalm
3+
phpVersion="8.1"
34
errorLevel="7"
45
resolveFromConfigFile="true"
56
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
@@ -8,6 +9,8 @@
89
autoloader="psalm_autoload.php"
910
cacheDirectory="build/psalm/"
1011
errorBaseline="psalm-baseline.xml"
12+
findUnusedBaselineEntry="false"
13+
findUnusedCode="false"
1114
>
1215
<projectFiles>
1316
<directory name="src/" />

0 commit comments

Comments
 (0)