Skip to content

Commit

Permalink
Fix PSALM on PHP 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Prometee committed May 10, 2024
1 parent 948911a commit 0d3a799
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions psalm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,10 @@
<file name="src/Fixture/Factory/AddressExampleFactory.php" />
</errorLevel>
</InvalidArgument>
<MissingClassConstType>
<errorLevel type="info">
<file name="src/Constraints/CountryVatNumber.php" />
</errorLevel>
</MissingClassConstType>
</issueHandlers>
</psalm>

0 comments on commit 0d3a799

Please sign in to comment.