Merge "More specific @return doc in WikiPage::getDeletionUpdates"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Fri, 16 Oct 2015 11:46:27 +0000 (11:46 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Fri, 16 Oct 2015 11:46:27 +0000 (11:46 +0000)
includes/page/WikiPage.php

index ee13ea3..3f6a4db 100644 (file)
@@ -3540,7 +3540,7 @@ class WikiPage implements Page, IDBAccessObject {
         *
         * @param Content|null $content Optional Content object for determining the
         *   necessary updates.
-        * @return array An array of DataUpdates objects
+        * @return DataUpdate[]
         */
        public function getDeletionUpdates( Content $content = null ) {
                if ( !$content ) {