From 3121f8e7282eaee89b9b9a682d67ee4831936b6f Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Tue, 12 Apr 2011 00:16:04 +0000 Subject: [PATCH] Whitespace, braces, documentation --- TitleBlacklist.list.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/TitleBlacklist.list.php b/TitleBlacklist.list.php index 02656a8e..99fce943 100644 --- a/TitleBlacklist.list.php +++ b/TitleBlacklist.list.php @@ -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 * * @param $title Title to check @@ -404,7 +404,7 @@ class TitleBlacklistEntry { return null; } } - + /** * @returns This entry's regular expression */ @@ -432,7 +432,7 @@ class TitleBlacklistEntry { public function getCustomMessage() { return isset( $this->mParams['errmsg'] ) ? $this->mParams['errmsg'] : null; } - + /** * @returns The format version */ @@ -444,7 +444,7 @@ class TitleBlacklistEntry { * @param $v New version to set */ public function setFormatVersion( $v ) { $this->mFormatVersion = $v; } - + /** * Return the error message name for the blacklist entry. *