mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/TitleBlacklist
synced 2024-11-15 10:17:49 +00:00
Whitespace, braces, documentation
This commit is contained in:
parent
1644d20ac1
commit
3121f8e728
|
@ -299,7 +299,7 @@ class TitleBlacklistEntry {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Check whether a user can perform the specified action
|
* Check whether a user can perform the specified action
|
||||||
* on the specified Title
|
* on the specified Title
|
||||||
*
|
*
|
||||||
* @param $title Title to check
|
* @param $title Title to check
|
||||||
|
@ -404,7 +404,7 @@ class TitleBlacklistEntry {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @returns This entry's regular expression
|
* @returns This entry's regular expression
|
||||||
*/
|
*/
|
||||||
|
@ -432,7 +432,7 @@ class TitleBlacklistEntry {
|
||||||
public function getCustomMessage() {
|
public function getCustomMessage() {
|
||||||
return isset( $this->mParams['errmsg'] ) ? $this->mParams['errmsg'] : null;
|
return isset( $this->mParams['errmsg'] ) ? $this->mParams['errmsg'] : null;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @returns The format version
|
* @returns The format version
|
||||||
*/
|
*/
|
||||||
|
@ -444,7 +444,7 @@ class TitleBlacklistEntry {
|
||||||
* @param $v New version to set
|
* @param $v New version to set
|
||||||
*/
|
*/
|
||||||
public function setFormatVersion( $v ) { $this->mFormatVersion = $v; }
|
public function setFormatVersion( $v ) { $this->mFormatVersion = $v; }
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Return the error message name for the blacklist entry.
|
* Return the error message name for the blacklist entry.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue