Skip to content

Commit

Permalink
enabling plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
SignpostMarv committed Feb 20, 2019
1 parent 5533c1d commit 94734d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions psalm.baseline.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,2 @@
<?xml version="1.0" encoding="UTF-8"?>
<files>
<file src="Tests\FooTest.php">
<PossiblyUnusedMethod occurrences="1">
<code>public function testThing() : void</code>
</PossiblyUnusedMethod>
</file>
</files>
<files/>
2 changes: 1 addition & 1 deletion psalm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@

<InvalidStringClass errorLevel="info" />
</issueHandlers>
</psalm>
<plugins><pluginClass class="Psalm\PhpUnitPlugin\Plugin"/></plugins></psalm>

0 comments on commit 94734d6

Please sign in to comment.