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 dc2a9ed commit 4ee4a56Copy full SHA for 4ee4a56
src/Cdn77/ruleset.xml
@@ -95,6 +95,12 @@
95
<rule ref="SlevomatCodingStandard.Commenting.RequireOneLineDocComment"/>
96
<rule ref="SlevomatCodingStandard.Files.LineLength"/>
97
98
+ <rule ref="SlevomatCodingStandard.TypeHints.ReturnTypeHintSpacing">
99
+ <properties>
100
+ <property name="spacesCountBeforeColon" value="1"/>
101
+ </properties>
102
+ </rule>
103
+
104
<rule ref="Squiz.WhiteSpace.OperatorSpacing">
105
<properties>
106
<property name="ignoreNewlines" value="true"/>
0 commit comments