From: Thiemo Mättig Date: Thu, 15 Oct 2015 08:31:32 +0000 (+0200) Subject: More specific @return doc in WikiPage::getDeletionUpdates X-Git-Tag: 1.31.0-rc.0~9374^2 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/cotisations/Bar?a=commitdiff_plain;h=91e854b5905884fcbec815b1a866c20cc2e41326;p=lhc%2Fweb%2Fwiklou.git More specific @return doc in WikiPage::getDeletionUpdates Change-Id: I8d126944411c91f87cb3bec3269e60d23f5dceac --- diff --git a/includes/page/WikiPage.php b/includes/page/WikiPage.php index d3978eac7f..b35ca51c6a 100644 --- a/includes/page/WikiPage.php +++ b/includes/page/WikiPage.php @@ -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 ) {