From: Brion Vibber Date: Tue, 28 Sep 2010 02:18:35 +0000 (+0000) Subject: Tweak tab vs spaces from r73860 X-Git-Tag: 1.31.0-rc.0~34772 X-Git-Url: https://git.heureux-cyclage.org/?a=commitdiff_plain;h=c35cabe3347688478a467c58707d35c51beae00c;p=lhc%2Fweb%2Fwiklou.git Tweak tab vs spaces from r73860 --- diff --git a/includes/RecentChange.php b/includes/RecentChange.php index 970411ee1b..333ff02577 100644 --- a/includes/RecentChange.php +++ b/includes/RecentChange.php @@ -115,10 +115,10 @@ class RecentChange { $this->mExtra = $extra; } - /** - * - * @return Title - */ + /** + * + * @return Title + */ public function &getTitle() { if( $this->mTitle === false ) { $this->mTitle = Title::makeTitle( $this->mAttribs['rc_namespace'], $this->mAttribs['rc_title'] );