Set recommended psalm options

Signed-off-by: jld3103 <jld3103yt@gmail.com>
This commit is contained in:
jld3103 2023-03-24 12:56:06 +01:00
parent 9f1eacd67e
commit fa53c7c5a7
No known key found for this signature in database
GPG Key ID: 9062417B9E8EB7B3
2 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,8 @@
xmlns="https://getpsalm.org/schema/config"
xsi:schemaLocation="https://getpsalm.org/schema/config"
errorBaseline="build/psalm-baseline-ocp.xml"
findUnusedBaselineEntry="true"
findUnusedCode="false"
>
<plugins>
<plugin filename="build/psalm/AppFrameworkTainter.php" />

View File

@ -6,6 +6,8 @@
xmlns="https://getpsalm.org/schema/config"
xsi:schemaLocation="https://getpsalm.org/schema/config"
errorBaseline="build/psalm-baseline.xml"
findUnusedBaselineEntry="true"
findUnusedCode="false"
>
<plugins>
<plugin filename="build/psalm/AppFrameworkTainter.php" />