PHP coding conventions: reorder doxygen tags

See https://www.mediawiki.org/wiki/Manual:Coding_conventions/PHP#Doxygen_tags

Change-Id: I0f0a397c4b4e2e266ea050e92b67c01cee73f3bf
This commit is contained in:
DannyS712 2020-03-26 15:49:48 +00:00
parent feec9687a1
commit eb381bbb8f

View file

@ -242,8 +242,8 @@ class LinksUpdateHookHandler {
/**
* Returns a list of images blacklisted from influencing this extension's output
*
* @throws Exception
* @return int[] Flipped associative array in format "image BDB key" => int
* @throws Exception
*/
protected function getBlacklist() {
global $wgPageImagesBlacklist, $wgPageImagesBlacklistExpiry, $wgMemc;