Index: trunk/phase3/includes/objectcache/ObjectCache.php |
— | — | @@ -43,7 +43,7 @@ |
44 | 44 | global $wgObjectCaches; |
45 | 45 | |
46 | 46 | if ( !isset( $wgObjectCaches[$id] ) ) { |
47 | | - throw new MWException( "Invalid object cache type \"$id\" requested. " . |
| 47 | + throw new MWException( "Invalid object cache type \"$id\" requested. " . |
48 | 48 | "It is not present in \$wgObjectCaches." ); |
49 | 49 | } |
50 | 50 | |
— | — | @@ -106,11 +106,11 @@ |
107 | 107 | |
108 | 108 | /** |
109 | 109 | * 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 |
111 | 111 | * support the PECL extension, assuming someone can get it to compile. |
112 | 112 | * |
113 | 113 | * @param $params array |
114 | | - * |
| 114 | + * |
115 | 115 | * @return MemcachedPhpBagOStuff |
116 | 116 | */ |
117 | 117 | static function newMemcached( $params ) { |
Index: trunk/phase3/includes/objectcache/EmptyBagOStuff.php |
— | — | @@ -19,7 +19,7 @@ |
20 | 20 | } |
21 | 21 | } |
22 | 22 | |
23 | | -/** |
| 23 | +/** |
24 | 24 | * Backwards compatibility alias for EmptyBagOStuff |
25 | 25 | * @deprecated since 1.18 |
26 | 26 | */ |