Skip to content

Commit

Permalink
fix(psalm): Run psalm on tests
Browse files Browse the repository at this point in the history
Signed-off-by: provokateurin <[email protected]>
  • Loading branch information
provokateurin committed Sep 19, 2024
1 parent 9e6a97f commit bfe1c4a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions psalm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -109,16 +109,16 @@
</stubs>
<projectFiles>
<directory name="lib" />
<directory name="tests" />
<ignoreFiles>
<directory name="vendor" />
<directory name="tests/stubs" />
<file name="tests/bootstrap.php" />
</ignoreFiles>
</projectFiles>
<extraFiles>
<directory name="vendor" />
<ignoreFiles>
<directory name="vendor-bin/phpunit/vendor/phpunit/php-code-coverage" />
<directory name="vendor-bin/psalm/vendor/vimeo/psalm" />
</ignoreFiles>
<directory name="vendor-bin/phpunit/vendor/phpunit/phpunit" />
</extraFiles>
<issueHandlers>
<LessSpecificReturnStatement errorLevel="error"/>
Expand Down

0 comments on commit bfe1c4a

Please sign in to comment.