Skip to content

Commit 2ee679f

Browse files
authored
Merge pull request #171 from jrfnl/feature/fix-phpcs-ruleset-template
PHPCS template: fix XML error in ruleset
2 parents 770a894 + a3030d9 commit 2ee679f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/.phpcs.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<rule ref="PHPCompatibilityWP"/>
2323

2424
<!-- Rules: WordPress Coding Standards -->
25-
<!-- https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards
25+
<!-- https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards -->
2626
<!-- https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/wiki/Customizable-sniff-properties -->
2727
<config name="minimum_supported_wp_version" value="4.6"/>
2828
<rule ref="WordPress">

0 commit comments

Comments
 (0)