File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ The following sample file documents the `ruleset.xml` format and shows you the c
133
133
directory because it does not exist inside the PHP_CodeSniffer
134
134
install directory.
135
135
-->
136
- <rule ref =" /home/username/standards/mystandard " />
136
+ <rule ref =" /home/username/standards/MyStandard " />
137
137
138
138
<!--
139
139
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
148
148
Make sure the reference starts with ./ or ../ so PHP_CodeSniffer
149
149
knows it is a relative path.
150
150
-->
151
- <rule ref =" ./standards/mystandard " />
151
+ <rule ref =" ./standards/MyStandard " />
152
152
<rule ref =" ../username/custom.xml" />
153
153
154
154
<!--
You can’t perform that action at this time.
0 commit comments