mirror of
https://github.com/danog/psalm.git
synced 2025-01-21 21:31:13 +01:00
Add more nice-to-have suppression in default Psalm config
This commit is contained in:
parent
4f95c67e1c
commit
632ce0eafe
@ -9,6 +9,9 @@
|
||||
</inspectFiles>
|
||||
|
||||
<issueHandler>
|
||||
<MixedArrayAccess errorLevel="suppress" />
|
||||
<MixedArrayOffset errorLevel="suppress" />
|
||||
<MixedAssignment errorLevel="suppress" />
|
||||
<MixedArgument errorLevel="suppress" />
|
||||
<MixedMethodCall errorLevel="suppress" />
|
||||
<MixedPropertyFetch errorLevel="suppress" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user