Index: branches/resourceloader/phase3/includes/ResourceLoader.php |
— | — | @@ -140,8 +140,7 @@ |
141 | 141 | * Reads a file or list of files and returns them as a string or outputs them into the current output buffer |
142 | 142 | * |
143 | 143 | * @param {mixed} $files string file name or array of any depth containing string file names as leaf nodes |
144 | | - * @param {array} $read list of files which have already been read |
145 | | - * @param |
| 144 | + * @param {bool} $passthrough whether to return read data as a string or to output it directly to the current buffer |
146 | 145 | * @return {mixed} string of read data or null if $passthrough is true |
147 | 146 | */ |
148 | 147 | protected static function read( $files, $passthrough = false ) { |