Skip to content

Commit 0d3a799

Browse files
committed
Fix PSALM on PHP 8.3
1 parent 948911a commit 0d3a799

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

psalm.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,10 @@
2626
<file name="src/Fixture/Factory/AddressExampleFactory.php" />
2727
</errorLevel>
2828
</InvalidArgument>
29+
<MissingClassConstType>
30+
<errorLevel type="info">
31+
<file name="src/Constraints/CountryVatNumber.php" />
32+
</errorLevel>
33+
</MissingClassConstType>
2934
</issueHandlers>
3035
</psalm>

0 commit comments

Comments
 (0)