Skip to content

Commit

Permalink
Add more nice-to-have suppression in default Psalm config
Browse files Browse the repository at this point in the history
  • Loading branch information
muglug committed Nov 22, 2016
1 parent 4f95c67 commit 632ce0e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/psalm.default.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
</inspectFiles>

<issueHandler>
<MixedArrayAccess errorLevel="suppress" />
<MixedArrayOffset errorLevel="suppress" />
<MixedAssignment errorLevel="suppress" />
<MixedArgument errorLevel="suppress" />
<MixedMethodCall errorLevel="suppress" />
<MixedPropertyFetch errorLevel="suppress" />
Expand Down

0 comments on commit 632ce0e

Please sign in to comment.