Skip to content

Commit c2f9885

Browse files
committed
:octocat: short nullables are required for PHP 7.4
1 parent dba0614 commit c2f9885

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

phpcs.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111

112112
<rule ref="SlevomatCodingStandard.TypeHints.DNFTypeHintFormat">
113113
<properties>
114-
<property name="shortNullable" value="no"/>
114+
<property name="shortNullable" value="true"/>
115115
<property name="nullPosition" value="last"/>
116116
</properties>
117117
</rule>

0 commit comments

Comments
 (0)