mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/PageImages
synced 2024-11-15 03:43:46 +00:00
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:
parent
feec9687a1
commit
eb381bbb8f
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue