r94129 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r94128‎ | r94129 | r94130 >
Date:18:17, 9 August 2011
Author:jeroendedauw
Status:deferred
Tags:
Comment:
fix doc fail
Modified paths:
  • /trunk/extensions/Validator/includes/Parameter.php (modified) (history)
  • /trunk/extensions/Validator/includes/parserHooks/Validator_Describe.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Validator/includes/parserHooks/Validator_Describe.php
@@ -412,7 +412,6 @@
413413 $aliases = count( $aliases ) > 0 ? implode( ', ', $aliases ) : '-';
414414
415415 $description = $parameter->getMessage();
416 -
417416 if ( $description === false ) {
418417 $description = $parameter->getDescription();
419418 if ( $description === false ) $description = '-';
Index: trunk/extensions/Validator/includes/Parameter.php
@@ -463,7 +463,7 @@
464464 *
465465 * @since 0.4
466466 *
467 - * @return string
 467+ * @return mixed
468468 */
469469 public function &getValue() {
470470 return $this->value;