Skip to content

Commit

Permalink
Suppress specific PSALM rule for 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
antonioeatgoat committed Jul 1, 2024
1 parent 1a72b2d commit be7e0d8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions psalm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,8 @@
<MixedAssignment errorLevel="suppress" />
<RedundantCastGivenDocblockType errorLevel="suppress" />
<RedundantConditionGivenDocblockType errorLevel="suppress" />

<!-- Suppressing that can be removed when minimum PHP version will become 8.3 -->
<MissingClassConstType errorLevel="suppress" />
</issueHandlers>
</psalm>

0 comments on commit be7e0d8

Please sign in to comment.