Set recommended psalm options

Signed-off-by: jld3103 <jld3103yt@gmail.com>
pull/37505/head
jld3103 1 year ago
parent 9f1eacd67e
commit fa53c7c5a7
No known key found for this signature in database
GPG Key ID: 9062417B9E8EB7B3

@ -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" />

@ -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" />

Loading…
Cancel
Save