r75468 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r75467‎ | r75468 | r75469 >
Date:20:17, 26 October 2010
Author:tparscal
Status:ok
Tags:
Comment:
Fixes comment mistakes in r75107
Modified paths:
  • /trunk/phase3/includes/resourceloader/ResourceLoaderFileModule.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/resourceloader/ResourceLoaderFileModule.php
@@ -71,13 +71,10 @@
7272 protected $dependencies = array();
7373 /**
7474 * @var {array} List of message keys used by this module
75 - * @format array( [module-name], [module-name], ... )
76 - */
77 - protected $messages = array();
78 - /**
79 - * @var {string} Name of group this module should be loaded in
8075 * @format array( [message-key], [message-key], ... )
8176 */
 77+ protected $messages = array();
 78+ /** @var {string} Name of group to load this module in */
8279 protected $group;
8380 /** @var {boolean} Link to raw files in debug mode */
8481 protected $debugRaw = true;

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r75107* Improves on r75054 and r75036 by adding comments and renaming variables...tparscal20:43, 20 October 2010

Status & tagging log