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
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 <!--
You can’t perform that action at this time.
0 commit comments