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
101
101
If your helper classes need custom autoloading rules that you are
102
102
not able to include in other ways, you can hard-code files to include
103
103
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.
104
105
105
106
This is different to bootstrap files, which are loaded after the ruleset
106
107
has already been processed.
107
108
-->
108
109
<autoload >/path/to/autoload.php</autoload >
109
110
<autoload >/path/to/other/autoload.php</autoload >
111
+ <autoload >./autoload.php</autoload >
110
112
111
113
<!--
112
114
Include all sniffs in the PEAR standard. Note that the
You can’t perform that action at this time.
0 commit comments