1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-22 05:41:20 +01:00

Add more nice-to-have suppression in default Psalm config

This commit is contained in:
Matthew Brown 2016-11-21 19:10:25 -05:00
parent 4f95c67e1c
commit 632ce0eafe

View File

@ -9,6 +9,9 @@
</inspectFiles>
<issueHandler>
<MixedArrayAccess errorLevel="suppress" />
<MixedArrayOffset errorLevel="suppress" />
<MixedAssignment errorLevel="suppress" />
<MixedArgument errorLevel="suppress" />
<MixedMethodCall errorLevel="suppress" />
<MixedPropertyFetch errorLevel="suppress" />