Merge "Update docblocks for methods potentially returning null"
[lhc/web/wiklou.git] / includes / EditPage.php
index 23d6ef9..9d89785 100644 (file)
@@ -2742,7 +2742,7 @@ ERROR;
         * content.
         *
         * @param Content|null|bool|string $content
-        * @return string The editable text form of the content.
+        * @return string|false|null The editable text form of the content.
         *
         * @throws MWException If $content is not an instance of TextContent and
         *   $this->allowNonTextContent is not true.