From: jeroendedauw Date: Tue, 8 Jan 2013 18:47:00 +0000 (+0100) Subject: Fixed return type doc X-Git-Tag: 1.31.0-rc.0~21084^2 X-Git-Url: http://git.cyclocoop.org/fichier?a=commitdiff_plain;h=bdacfd5a153098a57f99f6558071ec395828ae2b;p=lhc%2Fweb%2Fwiklou.git Fixed return type doc Change-Id: Ie326867633bcf4bf03a9047fa8fa62cc66520d32 --- diff --git a/includes/Article.php b/includes/Article.php index 7eb2ee8c0c..2c59fe750e 100644 --- a/includes/Article.php +++ b/includes/Article.php @@ -403,7 +403,7 @@ class Article extends Page { * * @note code that wants to retrieve page content from the database should use WikiPage::getContent(). * - * @return Content|null + * @return Content|null|boolean false * * @since 1.21 */