Skip to content

Commit 6c056ab

Browse files
authored
Merge pull request #1585 from WordPress-Coding-Standards/feature/use-new-languageconstruct-sniff
Extra: Use the new `Generic.WhiteSpace.LanguageConstructSpacing` sniff (PHPCS 3.3.0)
2 parents 0f55175 + 698eade commit 6c056ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WordPress-Extra/ruleset.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<!-- Check correct spacing of language constructs. This also ensures that the
5757
above rule for not using brackets with require is fixed correctly.
5858
https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/issues/1153 -->
59-
<rule ref="Squiz.WhiteSpace.LanguageConstructSpacing"/>
59+
<rule ref="Generic.WhiteSpace.LanguageConstructSpacing"/>
6060

6161
<!-- Hook callbacks may not use all params -->
6262
<!-- https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/pull/382#discussion_r29981655 -->

0 commit comments

Comments
 (0)