Skip to content

Commit c5e51a7

Browse files
authored
feat: use nondeprecated LanguageConstructSpacing sniff (#163)
1 parent 2cda328 commit c5e51a7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/Cdn77/ruleset.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@
3030

3131
<exclude name="Squiz.Commenting.FunctionComment.SpacingAfterParamType"/>
3232

33+
<!-- https://github.com/doctrine/coding-standard/pull/339 -->
34+
<exclude name="Squiz.WhiteSpace.LanguageConstructSpacing" />
35+
3336
<!-- replaced by Cdn77.NamingConventions.ValidConstantName -->
3437
<exclude name="Generic.NamingConventions.UpperCaseConstantName.ClassConstantNotUpperCase" />
3538

@@ -43,6 +46,9 @@
4346
<exclude name="SlevomatCodingStandard.TypeHints.ReturnTypeHint.MissingTraversableTypeHintSpecification" />
4447
</rule>
4548

49+
<!-- https://github.com/doctrine/coding-standard/pull/339 -->
50+
<rule ref="Generic.WhiteSpace.LanguageConstructSpacing" />
51+
4652
<rule ref="SlevomatCodingStandard.Classes.ClassStructure">
4753
<properties>
4854
<property name="groups" type="array">

0 commit comments

Comments
 (0)