Skip to content

Commit 411c212

Browse files
authored
Merge pull request #92 from Automattic/rename-autoload-file
Rename the autoload.php file to PHPCSCompatibility.php
2 parents 092e55d + 94b7e0f commit 411c212

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
File renamed without changes.

WordPressVIPMinimum/Sniffs/VIP/RestrictedFunctionsSniff.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public function getGroups() {
5959
'type' => 'error',
6060
'message' => '%s does not strip CSS and JS in between the script and style tags. `wp_strip_all_tags` should be used instead.',
6161
'functions' => array(
62-
'strip_tags'
62+
'strip_tags',
6363
),
6464
),
6565
);

WordPressVIPMinimum/ruleset.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<ruleset name="WordPress VIP Minimum">
33
<description>WordPress VIP Minimum Coding Standards</description>
44

5-
<autoload>./autoload.php</autoload>
5+
<autoload>./PHPCSCompatibility.php</autoload>
66

77
<rule ref="WordPress.VIP">
88
<exclude name="WordPress.VIP.ValidatedSanitizedInput.MissingUnslash"/>

0 commit comments

Comments
 (0)