From bdacfd5a153098a57f99f6558071ec395828ae2b Mon Sep 17 00:00:00 2001 From: jeroendedauw Date: Tue, 8 Jan 2013 19:47:00 +0100 Subject: [PATCH] Fixed return type doc Change-Id: Ie326867633bcf4bf03a9047fa8fa62cc66520d32 --- includes/Article.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.20.1