We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5906540 commit ecb8382Copy full SHA for ecb8382
phpcs.xml.dist
@@ -108,14 +108,14 @@
108
<rule ref="SlevomatCodingStandard.Variables.DisallowSuperGlobalVariable">
109
<exclude-pattern>examples</exclude-pattern>
110
</rule>
111
-
+<!--
112
<rule ref="SlevomatCodingStandard.TypeHints.DNFTypeHintFormat">
113
<properties>
114
<property name="shortNullable" value="no"/>
115
<property name="nullPosition" value="last"/>
116
</properties>
117
118
+-->
119
<rule ref="SlevomatCodingStandard.Variables.UnusedVariable">
120
121
<property name="ignoreUnusedValuesWhenOnlyKeysAreUsedInForeach" value="true"/>
0 commit comments