Skip to content

Commit 9c466ba

Browse files
committed
Try this
1 parent 23e5270 commit 9c466ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wiki/Annotated-Ruleset.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ The following sample file documents the `ruleset.xml` format and shows you the c
133133
directory because it does not exist inside the PHP_CodeSniffer
134134
install directory.
135135
-->
136-
<rule ref="/home/username/standards/mystandard"/>
136+
<rule ref="/home/username/standards/MyStandard"/>
137137

138138
<!--
139139
Include everything in another ruleset.xml file. This is
@@ -148,7 +148,7 @@ The following sample file documents the `ruleset.xml` format and shows you the c
148148
Make sure the reference starts with ./ or ../ so PHP_CodeSniffer
149149
knows it is a relative path.
150150
-->
151-
<rule ref="./standards/mystandard"/>
151+
<rule ref="./standards/MyStandard"/>
152152
<rule ref="../username/custom.xml"/>
153153

154154
<!--

0 commit comments

Comments
 (0)