Skip to content

Commit 34ada98

Browse files
committed
update psalm.xml
1 parent 084341f commit 34ada98

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

psalm.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@
77
xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
88
autoloader="psalm_autoload.php"
99
cacheDirectory="build/psalm/"
10-
errorBaseline="psalm-baseline.xml"
11-
findUnusedBaselineEntry="false"
10+
findUnusedBaselineEntry="true"
1211
findUnusedCode="false"
12+
errorBaseline="psalm-baseline.xml"
13+
ensureOverrideAttribute="false"
1314
>
1415
<projectFiles>
1516
<directory name="app/" />

0 commit comments

Comments
 (0)