Index: trunk/extensions/Validator/includes/parserHooks/Validator_Describe.php |
— | — | @@ -412,7 +412,6 @@ |
413 | 413 | $aliases = count( $aliases ) > 0 ? implode( ', ', $aliases ) : '-'; |
414 | 414 | |
415 | 415 | $description = $parameter->getMessage(); |
416 | | - |
417 | 416 | if ( $description === false ) { |
418 | 417 | $description = $parameter->getDescription(); |
419 | 418 | if ( $description === false ) $description = '-'; |
Index: trunk/extensions/Validator/includes/Parameter.php |
— | — | @@ -463,7 +463,7 @@ |
464 | 464 | * |
465 | 465 | * @since 0.4 |
466 | 466 | * |
467 | | - * @return string |
| 467 | + * @return mixed |
468 | 468 | */ |
469 | 469 | public function &getValue() { |
470 | 470 | return $this->value; |