From: Mark A. Hershberger Date: Tue, 1 Nov 2011 18:32:05 +0000 (+0000) Subject: Meant to include these: feed the OCD: eol w/s X-Git-Tag: 1.31.0-rc.0~26772 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/?a=commitdiff_plain;h=d9537b113e6130034ab391e7b29a26e0ecccc3d5;p=lhc%2Fweb%2Fwiklou.git Meant to include these: feed the OCD: eol w/s --- 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 ) {