Skip to content

Commit 4cea08e

Browse files
committed
SlevomatCodingStandard.TypeHints.PropertyTypeHintSpacing renamed to SlevomatCodingStandard.Classes.PropertyDeclaration
1 parent 345f7d5 commit 4cea08e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ModernTribe/ruleset.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
<rule ref="SlevomatCodingStandard.TypeHints.UselessConstantTypeHint"/>
118118
<!-- Require one space between typehint and variable, require no space between nullability sign and typehint -->
119119
<rule ref="SlevomatCodingStandard.TypeHints.ParameterTypeHintSpacing"/>
120-
<rule ref="SlevomatCodingStandard.TypeHints.PropertyTypeHintSpacing"/>
120+
<rule ref="SlevomatCodingStandard.Classes.PropertyDeclaration"/>
121121
<rule ref="SlevomatCodingStandard.TypeHints.DeclareStrictTypes">
122122
<properties>
123123
<property name="spacesCountAroundEqualsSign" value="0"/>

0 commit comments

Comments
 (0)