X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fobjectcache%2FEmptyBagOStuff.php;h=620605791fc2347c6eec2d906ad2e3119ddcc15b;hb=9e2a081fcc286cb5486b2b73aba16908953e5873;hp=cc57ff1191793aa7d9af6dad9de2e00f760ae016;hpb=90bf090dd3f4465a8fb95aacb69fb0c304bc153a;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/objectcache/EmptyBagOStuff.php b/includes/objectcache/EmptyBagOStuff.php index cc57ff1191..620605791f 100644 --- a/includes/objectcache/EmptyBagOStuff.php +++ b/includes/objectcache/EmptyBagOStuff.php @@ -70,8 +70,8 @@ class EmptyBagOStuff extends BagOStuff { /** * @param $key string * @param $callback closure Callback method to be executed - * @param $exptime int Either an interval in seconds or a unix timestamp for expiry - * @param $attempts int The amount of times to attempt a merge in case of failure + * @param int $exptime Either an interval in seconds or a unix timestamp for expiry + * @param int $attempts The amount of times to attempt a merge in case of failure * @return bool success */ public function merge( $key, closure $callback, $exptime = 0, $attempts = 10 ) {