Skip to content

Commit ecb8382

Browse files
committed
:octocat: short nullables are fine in 7.4
1 parent 5906540 commit ecb8382

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

phpcs.xml.dist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,14 +108,14 @@
108108
<rule ref="SlevomatCodingStandard.Variables.DisallowSuperGlobalVariable">
109109
<exclude-pattern>examples</exclude-pattern>
110110
</rule>
111-
111+
<!--
112112
<rule ref="SlevomatCodingStandard.TypeHints.DNFTypeHintFormat">
113113
<properties>
114114
<property name="shortNullable" value="no"/>
115115
<property name="nullPosition" value="last"/>
116116
</properties>
117117
</rule>
118-
118+
-->
119119
<rule ref="SlevomatCodingStandard.Variables.UnusedVariable">
120120
<properties>
121121
<property name="ignoreUnusedValuesWhenOnlyKeysAreUsedInForeach" value="true"/>

0 commit comments

Comments
 (0)