Skip to content

Commit

Permalink
suppress psalm errors
Browse files Browse the repository at this point in the history
  • Loading branch information
priyadi committed Oct 18, 2023
1 parent 0ccd7ca commit 7a02178
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion psalm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,24 @@
</MixedAssignment>
<UndefinedAttributeClass>
<errorLevel type="suppress">
<referencedClass name="Override"/>
<referencedClass name="Override" />
</errorLevel>
</UndefinedAttributeClass>
<MixedArrayAccess>
<errorLevel type="suppress">
<file name="packages/file-filepond/src/FilePondCollectionType.php" />
</errorLevel>
</MixedArrayAccess>
<MixedArrayAssignment>
<errorLevel type="suppress">
<file name="packages/file-filepond/src/FilePondCollectionType.php" />
</errorLevel>
</MixedArrayAssignment>
<MixedArgument>
<errorLevel type="suppress">
<file name="packages/file-filepond/src/FilePondCollectionType.php" />
</errorLevel>
</MixedArgument>
</issueHandlers>

<plugins>
Expand Down

0 comments on commit 7a02178

Please sign in to comment.