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 7d95ce6 + b76067a commit b164d63Copy full SHA for b164d63
.gitignore
@@ -2,5 +2,6 @@
2
/.build
3
.phpunit.cache
4
.deptrac.cache
5
+/.psalm
6
/**/temp
7
/output/
psalm.xml
@@ -2,6 +2,7 @@
<psalm
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="https://getpsalm.org/schema/config"
+ cacheDirectory=".psalm/cache"
errorLevel="5"
errorBaseline="psalm-baseline.xml"
8
findUnusedBaselineEntry="true"
0 commit comments