X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fpoolcounter%2FPoolCounterWork.php;h=a570d78c48ed4664a40b1b1dc0f9965dc9657401;hb=0bb667d50d3373f873c6dbdf59c3488f45724c6f;hp=e61b65ad72e5f18cef8b54164929574b0f1fa316;hpb=fb7b3eebeb8de47eb42e8d6ccf204106a2d6d9e4;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 ) {