Skip to content

Commit 2074353

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 ae9e04c commit 2074353

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

psalm.xml

+3
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)