r91332 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r91331‎ | r91332 | r91333 >
Date:23:51, 1 July 2011
Author:reedy
Status:ok
Tags:
Comment:
Add documentation, trim whitespace (clearing w/c)
Modified paths:
  • /trunk/extensions/CentralAuth/CentralAuthUser.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CentralAuth/CentralAuthUser.php
@@ -13,6 +13,7 @@
1414 class CentralAuthUser extends AuthPluginUser {
1515 /**
1616 * The username of the current user.
 17+ * @var string
1718 */
1819 /*private*/ var $mName;
1920 /*private*/ var $mStateDirty = false;
@@ -1799,10 +1800,10 @@
18001801
18011802 self::deleteSession();
18021803 }
1803 -
 1804+
18041805 /**
18051806 * Get the domain parameter for setting a global cookie.
1806 - * This allows other extensions to easily set global cookies without directly relying on
 1807+ * This allows other extensions to easily set global cookies without directly relying on
18071808 * $wgCentralAuthCookieDomain (in case CentralAuth's implementation changes at some point).
18081809 */
18091810 static function getCookieDomain() {

Status & tagging log