From d9537b113e6130034ab391e7b29a26e0ecccc3d5 Mon Sep 17 00:00:00 2001 From: "Mark A. Hershberger" Date: Tue, 1 Nov 2011 18:32:05 +0000 Subject: [PATCH] Meant to include these: feed the OCD: eol w/s --- includes/objectcache/EmptyBagOStuff.php | 2 +- includes/objectcache/ObjectCache.php | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/includes/objectcache/EmptyBagOStuff.php b/includes/objectcache/EmptyBagOStuff.php index e956e2ee00..2aee6b125a 100644 --- a/includes/objectcache/EmptyBagOStuff.php +++ b/includes/objectcache/EmptyBagOStuff.php @@ -19,7 +19,7 @@ class EmptyBagOStuff extends BagOStuff { } } -/** +/** * Backwards compatibility alias for EmptyBagOStuff * @deprecated since 1.18 */ diff --git a/includes/objectcache/ObjectCache.php b/includes/objectcache/ObjectCache.php index 99e3895378..a9c5207866 100644 --- a/includes/objectcache/ObjectCache.php +++ b/includes/objectcache/ObjectCache.php @@ -43,7 +43,7 @@ class ObjectCache { global $wgObjectCaches; if ( !isset( $wgObjectCaches[$id] ) ) { - throw new MWException( "Invalid object cache type \"$id\" requested. " . + throw new MWException( "Invalid object cache type \"$id\" requested. " . "It is not present in \$wgObjectCaches." ); } @@ -106,11 +106,11 @@ class ObjectCache { /** * Factory function that creates a memcached client object. - * The idea of this is that it might eventually detect and automatically + * The idea of this is that it might eventually detect and automatically * support the PECL extension, assuming someone can get it to compile. * * @param $params array - * + * * @return MemcachedPhpBagOStuff */ static function newMemcached( $params ) { -- 2.20.1