Skip to content

Commit 77b0b1d

Browse files
committed
chore: add new parameters
To suppress the following warnings: Warning: "findUnusedBaselineEntry" will be defaulted to "true" in Psalm 6. You should explicitly enable or disable this setting. Warning: "findUnusedCode" will be defaulted to "true" in Psalm 6. You should explicitly enable or disable this setting. findUnusedBaselineEntry="false" Because enabled PHP extensions vary depending on the developer's environment, setting this to true will likely result in errors.
1 parent 4c76bbf commit 77b0b1d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

psalm.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
autoloader="psalm_autoload.php"
99
cacheDirectory="build/psalm/"
1010
errorBaseline="psalm-baseline.xml"
11+
findUnusedBaselineEntry="false"
12+
findUnusedCode="false"
1113
>
1214
<projectFiles>
1315
<directory name="app/" />

0 commit comments

Comments
 (0)