Skip to content

Commit 14a5ef1

Browse files
committed
Revert "feat: use nondeprecated LanguageConstructSpacing sniff (#163)"
This reverts commit c5e51a7.
1 parent 69b3af3 commit 14a5ef1

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/Cdn77/ruleset.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@
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-
3633
<!-- replaced by Cdn77.NamingConventions.ValidConstantName -->
3734
<exclude name="Generic.NamingConventions.UpperCaseConstantName.ClassConstantNotUpperCase" />
3835

@@ -46,9 +43,6 @@
4643
<exclude name="SlevomatCodingStandard.TypeHints.ReturnTypeHint.MissingTraversableTypeHintSpecification" />
4744
</rule>
4845

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

0 commit comments

Comments
 (0)