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.
This commit is contained in:
kenjis 2023-05-24 08:25:12 +09:00
parent 4c76bbf850
commit 77b0b1d52a
No known key found for this signature in database
GPG Key ID: BD254878922AF198

View File

@ -8,6 +8,8 @@
autoloader="psalm_autoload.php" autoloader="psalm_autoload.php"
cacheDirectory="build/psalm/" cacheDirectory="build/psalm/"
errorBaseline="psalm-baseline.xml" errorBaseline="psalm-baseline.xml"
findUnusedBaselineEntry="false"
findUnusedCode="false"
> >
<projectFiles> <projectFiles>
<directory name="app/" /> <directory name="app/" />