r92882 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r92881‎ | r92882 | r92883 >
Date:19:44, 22 July 2011
Author:aaron
Status:resolved (Comments)
Tags:
Comment:
Document parameter in loadInputFromParameters
Modified paths:
  • /trunk/phase3/includes/HTMLForm.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/HTMLForm.php
@@ -179,7 +179,8 @@
180180
181181 /**
182182 * Initialise a new Object for the field
183 - * @param $descriptor input Descriptor, as described above
 183+ * @param $fieldname string
 184+ * @param $descriptor string input Descriptor, as described above
184185 * @return HTMLFormField subclass
185186 */
186187 static function loadInputFromParameters( $fieldname, $descriptor ) {

Follow-up revisions

RevisionCommit summaryAuthorDate
r93790w/s fix for r92882demon23:16, 2 August 2011

Comments

#Comment by Reedy (talk | contribs)   19:53, 22 July 2011

Mixed space/tab fail

Status & tagging log