Skip to content

Commit 474fa14

Browse files
gsherwoodjrfnl
authored andcommitted
Updated Annotated Ruleset (markdown)
1 parent 01ea8a6 commit 474fa14

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

wiki/Annotated-Ruleset.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)