File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -101,12 +101,14 @@ The following sample file documents the ruleset.xml format and shows you the com
101101 If your helper classes need custom autoloading rules that you are
102102 not able to include in other ways, you can hard-code files to include
103103 before the ruleset is processed and any sniff classes have been loaded.
104+ Note that autoload file paths are relative to the ruleset's location.
104105
105106 This is different to bootstrap files, which are loaded after the ruleset
106107 has already been processed.
107108 -->
108109 <autoload >/path/to/autoload.php</autoload >
109110 <autoload >/path/to/other/autoload.php</autoload >
111+ <autoload >./autoload.php</autoload >
110112
111113 <!--
112114 Include all sniffs in the PEAR standard. Note that the
You can’t perform that action at this time.
0 commit comments