From: daniel Date: Tue, 24 Apr 2012 14:17:51 +0000 (+0200) Subject: docu fix: declare param type X-Git-Tag: 1.31.0-rc.0~22097^2^2~208 X-Git-Url: https://git.heureux-cyclage.org/?a=commitdiff_plain;h=ed69ad6ff753660d207f8a65c67240268a4f4ba4;p=lhc%2Fweb%2Fwiklou.git docu fix: declare param type --- diff --git a/includes/ContentHandler.php b/includes/ContentHandler.php index d3acfa303f..5f45c6c21c 100644 --- a/includes/ContentHandler.php +++ b/includes/ContentHandler.php @@ -72,7 +72,7 @@ abstract class ContentHandler { * if that is not given, $title->getContentModelName()) using the given format. * * @static - * @param $text the textual represenation, will be unserialized to create the Content object + * @param string $text the textual represenation, will be unserialized to create the Content object * @param Title $title the title of the page this text belongs to, required as a context for deserialization * @param null|String $modelName the model to deserialize to. If not provided, $title->getContentModelName() is used. * @param null|String $format the format to use for deserialization. If not given, the model's default format is used.