Skip to content

Commit

Permalink
Merge pull request #571 from fredden/feature/psalm-upgrade-new-rules/…
Browse files Browse the repository at this point in the history
…ClassMustBeFinal

Supress ClassMustBeFinal in Psalm results
  • Loading branch information
Ocramius authored Feb 27, 2025
2 parents 28c8438 + 82dcd20 commit 3be3991
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion psalm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,12 @@
<directory name="vendor" />
</ignoreFiles>
</projectFiles>

<plugins>
<pluginClass class="Psalm\PhpUnitPlugin\Plugin"/>
</plugins>

<issueHandlers>
<ClassMustBeFinal errorLevel="suppress" />
</issueHandlers>
</psalm>

0 comments on commit 3be3991

Please sign in to comment.