Skip to content

Commit

Permalink
Supress ClassMustBeFinal in Psalm results
Browse files Browse the repository at this point in the history
  • Loading branch information
fredden committed Feb 27, 2025
1 parent 88f5a42 commit d2eb7fa
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 d2eb7fa

Please sign in to comment.