X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FStatus.php;h=2a9d173ec01c6f26ed727a90671b986efe76bd7e;hb=c1bf30c2e55a7bae04b3c5e232f5017ed79bbd80;hp=1a72968be2b890528c29e52290db1159d18ca670;hpb=e054e34af8dcda9c454c8cb04caa0d55d0d3c5af;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/Status.php b/includes/Status.php index 1a72968be2..2a9d173ec0 100644 --- a/includes/Status.php +++ b/includes/Status.php @@ -184,9 +184,9 @@ class Status { /** * Get the error list as a wikitext formatted list * - * @param string $shortContext A short enclosing context message name, to + * @param string|bool $shortContext A short enclosing context message name, to * be used when there is a single error - * @param string $longContext A long enclosing context message name, for a list + * @param string|bool $longContext A long enclosing context message name, for a list * @return string */ public function getWikiText( $shortContext = false, $longContext = false ) {