We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 540816f commit ea2e023Copy full SHA for ea2e023
phpcs.xml.dist
@@ -55,9 +55,9 @@
55
<rule ref="SlevomatCodingStandard.TypeHints.NullableTypeForNullDefaultValue"/>
56
<rule ref="SlevomatCodingStandard.TypeHints.ParameterTypeHintSpacing"/>
57
<rule ref="SlevomatCodingStandard.TypeHints.ReturnTypeHintSpacing"/>
58
- <rule ref="SlevomatCodingStandard.TypeHints.UnionTypeHintFormat">
+ <rule ref="SlevomatCodingStandard.TypeHints.DNFTypeHintFormat">
59
<properties>
60
- <property name="withSpaces" value="no" />
+ <property name="withSpacesAroundOperators" value="no" />
61
<property name="nullPosition" value="first" />
62
</properties>
63
</rule>
0 commit comments