We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cda328 commit c5e51a7Copy full SHA for c5e51a7
src/Cdn77/ruleset.xml
@@ -30,6 +30,9 @@
30
31
<exclude name="Squiz.Commenting.FunctionComment.SpacingAfterParamType"/>
32
33
+ <!-- https://github.com/doctrine/coding-standard/pull/339 -->
34
+ <exclude name="Squiz.WhiteSpace.LanguageConstructSpacing" />
35
+
36
<!-- replaced by Cdn77.NamingConventions.ValidConstantName -->
37
<exclude name="Generic.NamingConventions.UpperCaseConstantName.ClassConstantNotUpperCase" />
38
@@ -43,6 +46,9 @@
43
46
<exclude name="SlevomatCodingStandard.TypeHints.ReturnTypeHint.MissingTraversableTypeHintSpecification" />
44
47
</rule>
45
48
49
50
+ <rule ref="Generic.WhiteSpace.LanguageConstructSpacing" />
51
52
<rule ref="SlevomatCodingStandard.Classes.ClassStructure">
53
<properties>
54
<property name="groups" type="array">
0 commit comments