X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=blobdiff_plain;f=includes%2Fpoolcounter%2FPoolCounterWork.php;h=a570d78c48ed4664a40b1b1dc0f9965dc9657401;hb=5543e007534e444d379c898754e64537a19eeb54;hp=e61b65ad72e5f18cef8b54164929574b0f1fa316;hpb=40a628a501fc05bb00e834fe359ca4061925f320;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/poolcounter/PoolCounterWork.php b/includes/poolcounter/PoolCounterWork.php index e61b65ad72..a570d78c48 100644 --- a/includes/poolcounter/PoolCounterWork.php +++ b/includes/poolcounter/PoolCounterWork.php @@ -31,7 +31,7 @@ abstract class PoolCounterWork { protected $cacheable = false; // does this override getCachedWork() ? /** - * @param string $type The type of PoolCounter to use + * @param string $type The class of actions to limit concurrency for (task type) * @param string $key Key that identifies the queue this work is placed on */ public function __construct( $type, $key ) {