X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2Fobjectcache%2FMemcachedPhpBagOStuff.php;h=33a134c774b6a88dbd3d35cd093c283a300fc518;hb=b101f0543823f5db81b850329573a678d0e0bd94;hp=a46dc716288894095832f30f00417634462574c5;hpb=eeb7300f6004e95620514eb9bac508425e94f197;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/objectcache/MemcachedPhpBagOStuff.php b/includes/objectcache/MemcachedPhpBagOStuff.php index a46dc71628..33a134c774 100644 --- a/includes/objectcache/MemcachedPhpBagOStuff.php +++ b/includes/objectcache/MemcachedPhpBagOStuff.php @@ -81,7 +81,7 @@ class MemcachedPhpBagOStuff extends MemcachedBagOStuff { public function unlock( $key ) { return $this->client->unlock( $this->encodeKey( $key ) ); } - + /** * @param $key string * @param $value int @@ -100,4 +100,3 @@ class MemcachedPhpBagOStuff extends MemcachedBagOStuff { return $this->client->decr( $this->encodeKey( $key ), $value ); } } -