Skip to content

Commit 7e78772

Browse files
committed
chore: update psalm.xml
See #125 (comment)
1 parent 29d0c0c commit 7e78772

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

psalm.xml

+3
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)