r70466 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r70465‎ | r70466 | r70467 >
Date:17:29, 4 August 2010
Author:tparscal
Status:ok
Tags:
Comment:
Updated documentation for ResourceLoader::read() which solves continuity error presented in r70428
Modified paths:
  • /branches/resourceloader/phase3/includes/ResourceLoader.php (modified) (history)

Diff [purge]

Index: branches/resourceloader/phase3/includes/ResourceLoader.php
@@ -140,8 +140,7 @@
141141 * Reads a file or list of files and returns them as a string or outputs them into the current output buffer
142142 *
143143 * @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
146145 * @return {mixed} string of read data or null if $passthrough is true
147146 */
148147 protected static function read( $files, $passthrough = false ) {

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r70428Made all module options which list files allowed to be given as strings or ar...tparscal21:23, 3 August 2010

Status & tagging log