jenkins-bot has submitted this change and it was merged.

Change subject: EditPage: Fix some doc blocks
......................................................................


EditPage: Fix some doc blocks

Change-Id: I0399df658b3b9c000b72dacbdc4ea18678a32db4
---
M includes/EditPage.php
1 file changed, 4 insertions(+), 4 deletions(-)

Approvals:
  Aaron Schulz: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/includes/EditPage.php b/includes/EditPage.php
index b5becee..44f6d0f 100644
--- a/includes/EditPage.php
+++ b/includes/EditPage.php
@@ -1424,7 +1424,7 @@
 
        /**
         * Attempt submission
-        * @param array $resultDetails See docs for $result in 
internalAttemptSave
+        * @param array|bool $resultDetails See docs for $result in 
internalAttemptSave
         * @throws 
UserBlockedError|ReadOnlyError|ThrottledError|PermissionsError
         * @return Status The resulting status object.
         */
@@ -2507,7 +2507,7 @@
         * content.
         *
         * @param string|null|bool $text Text to unserialize
-        * @return Content The content object created from $text. If $text was 
false
+        * @return Content|bool|null The content object created from $text. If 
$text was false
         *   or null, false resp. null will be  returned instead.
         *
         * @throws MWException If unserializing the text results in a Content
@@ -3812,8 +3812,8 @@
         * Parse the page for a preview. Subclasses may override this class, in 
order
         * to parse with different options, or to otherwise modify the preview 
HTML.
         *
-        * @param Content @content The page content
-        * @return Associative array with keys:
+        * @param Content $content The page content
+        * @return array with keys:
         *   - parserOutput: The ParserOutput object
         *   - html: The HTML to be displayed
         */

-- 
To view, visit https://gerrit.wikimedia.org/r/306318
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I0399df658b3b9c000b72dacbdc4ea18678a32db4
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Legoktm <legoktm.wikipe...@gmail.com>
Gerrit-Reviewer: Aaron Schulz <asch...@wikimedia.org>
Gerrit-Reviewer: Jackmcbarn <jackmcb...@gmail.com>
Gerrit-Reviewer: Tpt <thoma...@hotmail.fr>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to