From: Franz Liedke Date: Tue, 21 Jun 2011 18:36:05 +0000 (-0700) Subject: Add param description to PHPDoc comments of setText() function. X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=a76b2261206e097f091bf75ff679f2f33c55232b;p=lorea%2Felgg.git Add param description to PHPDoc comments of setText() function. --- diff --git a/engine/classes/ElggMenuItem.php b/engine/classes/ElggMenuItem.php index 10146899e..47d1e8374 100644 --- a/engine/classes/ElggMenuItem.php +++ b/engine/classes/ElggMenuItem.php @@ -157,6 +157,8 @@ class ElggMenuItem { /** * Set the display text of the menu item * + * @param string $text The display text + * * @return void */ public function setText($text) {