Fixed return type doc
authorjeroendedauw <jeroendedauw@gmail.com>
Tue, 8 Jan 2013 18:47:00 +0000 (19:47 +0100)
committerjeroendedauw <jeroendedauw@gmail.com>
Tue, 8 Jan 2013 18:47:00 +0000 (19:47 +0100)
Change-Id: Ie326867633bcf4bf03a9047fa8fa62cc66520d32

includes/Article.php

index 7eb2ee8..2c59fe7 100644 (file)
@@ -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
         */