Skip to content

Commit

Permalink
Adjust Pslam error reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
scheb committed Nov 10, 2024
1 parent 217ca25 commit 8a19861
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions psalm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
<DeprecatedMethod errorLevel="info" />
<DeprecatedProperty errorLevel="info" />
<DeprecatedTrait errorLevel="info" />
<!-- Not supported before PHP 8.3 -->
<MissingClassConstType errorLevel="info" />
<UndefinedClass>
<!-- BC layer for phpunit/php-text-template v1 -->
<errorLevel type="info">
Expand Down

0 comments on commit 8a19861

Please sign in to comment.