We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 341ba47 + 278320a commit 0894a16Copy full SHA for 0894a16
psalm.xml
@@ -1,5 +1,6 @@
1
<?xml version="1.0"?>
2
<psalm
3
+ phpVersion="8.1"
4
errorLevel="7"
5
resolveFromConfigFile="true"
6
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
@@ -8,6 +9,8 @@
8
9
autoloader="psalm_autoload.php"
10
cacheDirectory="build/psalm/"
11
errorBaseline="psalm-baseline.xml"
12
+ findUnusedBaselineEntry="false"
13
+ findUnusedCode="false"
14
>
15
<projectFiles>
16
<directory name="src/" />
0 commit comments