Skip to content

Commit 45ebef6

Browse files
committed
Rename a rule that has been renamed
"SlevomatCodingStandard.TypeHints.PropertyTypeHintSpacing renamed to SlevomatCodingStandard.Classes.PropertyDeclaration" https://github.com/slevomat/coding-standard/releases/tag/8.0.0
1 parent 1278d01 commit 45ebef6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ruleset.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
</properties>
112112
</rule>
113113
<rule ref="SlevomatCodingStandard.TypeHints.LongTypeHints"/>
114-
<rule ref="SlevomatCodingStandard.TypeHints.PropertyTypeHintSpacing"/>
114+
<rule ref="SlevomatCodingStandard.Classes.PropertyDeclaration"/>
115115
<rule ref="SlevomatCodingStandard.TypeHints.ReturnTypeHintSpacing">
116116
<properties>
117117
<property name="spacesCountBeforeColon" value="0"/>

0 commit comments

Comments
 (0)