Skip to content

Commit

Permalink
Allow missing psalm ignores
Browse files Browse the repository at this point in the history
  • Loading branch information
mstilkerich committed Oct 16, 2021
1 parent 9e9a715 commit a28cd39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion psalm.xml
Expand Up @@ -16,7 +16,7 @@
<directory name="src/"/>
<directory name="tests/"/>
<file name="doc/quickstart.php"/>
<ignoreFiles>
<ignoreFiles allowMissingFiles="true">
<file name="tests/interop/AccountData-*.php" />
</ignoreFiles>
</projectFiles>
Expand Down

0 comments on commit a28cd39

Please sign in to comment.