Skip to content

Commit 593d615

Browse files
committed
Rename the autoload.php file to PHPCSCompatibility.php
The autoload.php filename might be causing some issues in certain systmes.
1 parent 092e55d commit 593d615

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

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)