More specific @return doc in WikiPage::getDeletionUpdates
authorThiemo Mättig <thiemo.maettig@wikimedia.de>
Thu, 15 Oct 2015 08:31:32 +0000 (10:31 +0200)
committerThiemo Mättig <thiemo.maettig@wikimedia.de>
Thu, 15 Oct 2015 08:31:32 +0000 (10:31 +0200)
Change-Id: I8d126944411c91f87cb3bec3269e60d23f5dceac

includes/page/WikiPage.php

index d3978ea..b35ca51 100644 (file)
@@ -3520,7 +3520,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 ) {