Skip to content

Commit

Permalink
Mute Doctrine ORM deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
BenMorel committed Apr 25, 2024
1 parent a96feba commit 8447354
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions psalm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,13 @@
<directory name="vendor" />
</ignoreFiles>
</projectFiles>

<issueHandlers>
<DeprecatedConstant>
<errorLevel type="suppress">
<!-- We need to make it work with multiple ORM versions, so we won't address the deprecation for now -->
<file name="src/Functions/AbstractFunction.php" />
</errorLevel>
</DeprecatedConstant>
</issueHandlers>
</psalm>

0 comments on commit 8447354

Please sign in to comment.