Skip to content

Commit c961efc

Browse files
authored
Merge pull request #2376 from dawidurbanski/docs/fix-case-sensitive-rule-in-sample-phpcs-xml
Docs: Use `FileName` rule instead of `Filename` in the sample phpcs ruleset
2 parents bb792cb + 387784c commit c961efc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpcs.xml.dist.sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
<rule ref="WordPress.WP.GlobalVariablesOverride">
147147
<exclude-pattern>/path/to/Tests/*Test\.php</exclude-pattern>
148148
</rule>
149-
<rule ref="WordPress.Files.Filename">
149+
<rule ref="WordPress.Files.FileName">
150150
<exclude-pattern>/path/to/Tests/*Test\.php</exclude-pattern>
151151
</rule>
152152

0 commit comments

Comments
 (0)