Skip to content

Commit 739ec63

Browse files
committed
Disable Psalm rules about nullable mismatches
As value objects are using delayed validation, the properties can store null for now. Avoiding those errors will require changing the code generator.
1 parent e0b7e5d commit 739ec63

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

psalm.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,8 @@
6565

6666
<ArgumentTypeCoercion errorLevel="info" />
6767
<PropertyTypeCoercion errorLevel="info" />
68+
69+
<InvalidNullableReturnType errorLevel="info"/>
70+
<NullableReturnStatement errorLevel="info" />
6871
</issueHandlers>
6972
</psalm>

0 commit comments

Comments
 (0)