Skip to content
This repository has been archived by the owner on Aug 14, 2023. It is now read-only.

Commit

Permalink
Fix Psalm error due to missing files
Browse files Browse the repository at this point in the history
Files missing likely due to PHP and package upgrade.
  • Loading branch information
XedinUnknown committed Aug 13, 2023
1 parent 75fce54 commit 3a05b12
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions psalm.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,6 @@
</ignoreFiles>
</projectFiles>

<extraFiles>
<ignoreFiles>
<directory name="vendor/phpspec/prophecy"/>
</ignoreFiles>
</extraFiles>

<issueHandlers>
<ConflictingReferenceConstraint errorLevel="error"/>
<ContinueOutsideLoop errorLevel="error"/>
Expand Down

0 comments on commit 3a05b12

Please sign in to comment.