We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 345f7d5 commit 4cea08eCopy full SHA for 4cea08e
lib/ModernTribe/ruleset.xml
@@ -117,7 +117,7 @@
117
<rule ref="SlevomatCodingStandard.TypeHints.UselessConstantTypeHint"/>
118
<!-- Require one space between typehint and variable, require no space between nullability sign and typehint -->
119
<rule ref="SlevomatCodingStandard.TypeHints.ParameterTypeHintSpacing"/>
120
- <rule ref="SlevomatCodingStandard.TypeHints.PropertyTypeHintSpacing"/>
+ <rule ref="SlevomatCodingStandard.Classes.PropertyDeclaration"/>
121
<rule ref="SlevomatCodingStandard.TypeHints.DeclareStrictTypes">
122
<properties>
123
<property name="spacesCountAroundEqualsSign" value="0"/>
0 commit comments