r101509 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r101508‎ | r101509 | r101510 >
Date:18:32, 1 November 2011
Author:mah
Status:ok
Tags:
Comment:
Meant to include these: feed the OCD: eol w/s
Modified paths:
  • /trunk/phase3/includes/objectcache/EmptyBagOStuff.php (modified) (history)
  • /trunk/phase3/includes/objectcache/ObjectCache.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/objectcache/ObjectCache.php
@@ -43,7 +43,7 @@
4444 global $wgObjectCaches;
4545
4646 if ( !isset( $wgObjectCaches[$id] ) ) {
47 - throw new MWException( "Invalid object cache type \"$id\" requested. " .
 47+ throw new MWException( "Invalid object cache type \"$id\" requested. " .
4848 "It is not present in \$wgObjectCaches." );
4949 }
5050
@@ -106,11 +106,11 @@
107107
108108 /**
109109 * Factory function that creates a memcached client object.
110 - * The idea of this is that it might eventually detect and automatically
 110+ * The idea of this is that it might eventually detect and automatically
111111 * support the PECL extension, assuming someone can get it to compile.
112112 *
113113 * @param $params array
114 - *
 114+ *
115115 * @return MemcachedPhpBagOStuff
116116 */
117117 static function newMemcached( $params ) {
Index: trunk/phase3/includes/objectcache/EmptyBagOStuff.php
@@ -19,7 +19,7 @@
2020 }
2121 }
2222
23 -/**
 23+/**
2424 * Backwards compatibility alias for EmptyBagOStuff
2525 * @deprecated since 1.18
2626 */

Status & tagging log