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:
DannyS712 2020-03-26 15:52:09 +00:00
parent bb1bbf50a7
commit e2e6384923

View file

@ -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;