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.
1 parent 084341f commit 34ada98Copy full SHA for 34ada98
psalm.xml
@@ -7,9 +7,10 @@
7
xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
8
autoloader="psalm_autoload.php"
9
cacheDirectory="build/psalm/"
10
- errorBaseline="psalm-baseline.xml"
11
- findUnusedBaselineEntry="false"
+ findUnusedBaselineEntry="true"
12
findUnusedCode="false"
+ errorBaseline="psalm-baseline.xml"
13
+ ensureOverrideAttribute="false"
14
>
15
<projectFiles>
16
<directory name="app/" />
0 commit comments