Skip to content

Commit

Permalink
Merge pull request #495 from greg0ire/fix-build
Browse files Browse the repository at this point in the history
Ignore complaints about dead code
  • Loading branch information
greg0ire authored Sep 5, 2024
2 parents 50f9235 + f7d7c4d commit af1295b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions psalm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,12 @@
<directory name="vendor" />
</ignoreFiles>
</projectFiles>
<issueHandlers>
<NoValue>
<errorLevel type="suppress">
<file name="lib/Doctrine/Common/Annotations/Annotation/Enum.php" />
<file name="lib/Doctrine/Common/Annotations/Annotation/Target.php" />
</errorLevel>
</NoValue>
</issueHandlers>
</psalm>

0 comments on commit af1295b

Please sign in to comment.