mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Interwiki
synced 2024-11-13 17:48:59 +00:00
PHP coding conventions: reorder doxygen tags
See https://www.mediawiki.org/wiki/Manual:Coding_conventions/PHP#Doxygen_tags Change-Id: If657d46d89ef54d6fe93db7049f5e74c97985d36
This commit is contained in:
parent
bb1bbf50a7
commit
e2e6384923
|
@ -60,8 +60,8 @@ class SpecialInterwiki extends SpecialPage {
|
|||
/**
|
||||
* Returns boolean whether the user can modify the data.
|
||||
* @param OutputPage|bool $out If $wgOut object given, it adds the respective error message.
|
||||
* @throws PermissionsError|ReadOnlyError
|
||||
* @return bool
|
||||
* @throws PermissionsError|ReadOnlyError
|
||||
*/
|
||||
public function canModify( $out = false ) {
|
||||
global $wgInterwikiCache;
|
||||
|
|
Loading…
Reference in a new issue