From ed69ad6ff753660d207f8a65c67240268a4f4ba4 Mon Sep 17 00:00:00 2001 From: daniel Date: Tue, 24 Apr 2012 16:17:51 +0200 Subject: [PATCH] docu fix: declare param type --- includes/ContentHandler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.20.1