Skip to content

Commit d3b719d

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 a42f27e commit d3b719d

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)