Skip to content

Commit 05a6e5f

Browse files
committed
Ignore wider set of files with Psalm
The `tests` subfolder may apparently not be present unless PHPUnit was run before.
1 parent 718f9f2 commit 05a6e5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

psalm.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
<extraFiles>
3434
<ignoreFiles>
35-
<directory name="vendor/phpunit/php-code-coverage/tests"/>
35+
<directory name="vendor/phpunit/php-code-coverage"/>
3636
<directory name="vendor/phpspec/prophecy"/>
3737
</ignoreFiles>
3838
<directory name="vendor" />

0 commit comments

Comments
 (0)