Skip to content

Commit

Permalink
chore: add new parameters
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
kenjis committed May 23, 2023
1 parent 4c76bbf commit 77b0b1d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions psalm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
autoloader="psalm_autoload.php"
cacheDirectory="build/psalm/"
errorBaseline="psalm-baseline.xml"
findUnusedBaselineEntry="false"
findUnusedCode="false"
>
<projectFiles>
<directory name="app/" />
Expand Down

0 comments on commit 77b0b1d

Please sign in to comment.