X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2Flogging%2FLogFormatter.php;h=92985f33853fd1dee79cda97f47cea3d569804de;hb=850cc8d099608b3043af3fc1dabd56c833a4a52e;hp=0139c4a8387eb9621bb368f8db67dbe7bc52d324;hpb=a717ca3de5f4f1ba164c429c8479d2a853f412a3;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/logging/LogFormatter.php b/includes/logging/LogFormatter.php index 0139c4a838..92985f3385 100644 --- a/includes/logging/LogFormatter.php +++ b/includes/logging/LogFormatter.php @@ -112,7 +112,7 @@ class LogFormatter { * Set the visibility restrictions for displaying content. * If set to public, and an item is deleted, then it will be replaced * with a placeholder even if the context user is allowed to view it. - * @param int $audience self::FOR_THIS_USER or self::FOR_PUBLIC + * @param int $audience Const self::FOR_THIS_USER or self::FOR_PUBLIC */ public function setAudience( $audience ) { $this->audience = ( $audience == self::FOR_THIS_USER ) @@ -163,7 +163,7 @@ class LogFormatter { * Even uglier hack to maintain backwards compatibilty with IRC bots * (bug 34508). * @see getActionText() - * @return string text + * @return string Text */ public function getIRCActionComment() { $actionComment = $this->getIRCActionText(); @@ -184,7 +184,7 @@ class LogFormatter { * Even uglier hack to maintain backwards compatibilty with IRC bots * (bug 34508). * @see getActionText() - * @return string text + * @return string Text */ public function getIRCActionText() { $this->plaintext = true; @@ -482,8 +482,7 @@ class LogFormatter { * * number: Format value as number * @param string $value The parameter value that should * be formated - * @return string|Message::numParam|Message::rawParam - * Formated value + * @return string|array Formated value * @since 1.21 */ protected function formatParameterValue( $type, $value ) { @@ -652,7 +651,7 @@ class LogFormatter { } /** - * @return array of titles that should be preloaded with LinkBatch. + * @return array Array of titles that should be preloaded with LinkBatch */ public function getPreloadTitles() { return array();