Skip to content

Commit

Permalink
Remove unused PHPUnit plugin from psalm.xml
Browse files Browse the repository at this point in the history
The PHPUnit plugin was referenced but not in use. Cleaning up the configuration file helps in maintaining clarity and ensuring that only necessary plugins are loaded, which can improve performance slightly.
  • Loading branch information
koriym committed Nov 22, 2024
1 parent 32cc00d commit 23692c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion psalm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,4 @@
</errorLevel>
</PropertyNotSetInConstructor>
</issueHandlers>
<plugins><pluginClass class="Psalm\PhpUnitPlugin\Plugin"/></plugins>
</psalm>

0 comments on commit 23692c0

Please sign in to comment.