Skip to content

Commit

Permalink
Merge pull request #123 from greg0ire/ignore-missing-class-const-type
Browse files Browse the repository at this point in the history
Ignore MissingClassConstType
  • Loading branch information
greg0ire authored May 5, 2024
2 parents 621bec9 + 62d0a85 commit ebcb6c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions psalm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
<file name="src/AbstractLexer.php" />
</errorLevel>
</InvalidReturnType>
<MissingClassConstType errorLevel="suppress" />
<MixedAssignment>
<errorLevel type="suppress">
<file name="src/AbstractLexer.php" />
Expand Down

0 comments on commit ebcb6c7

Please sign in to comment.