X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fjobqueue%2Faggregator%2FJobQueueAggregator.php;h=f26beee4bd0b463db171f8c430a2fc267b7099d4;hb=7320a9577e882fbeacb1772977fbfecf8aa5424d;hp=7ce2c74fc264c16ac183ff07a5c00cd0f035dc8f;hpb=b3f0a59256a821e9f446d2201b401a77ffb93331;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/jobqueue/aggregator/JobQueueAggregator.php b/includes/jobqueue/aggregator/JobQueueAggregator.php index 7ce2c74fc2..f26beee4bd 100644 --- a/includes/jobqueue/aggregator/JobQueueAggregator.php +++ b/includes/jobqueue/aggregator/JobQueueAggregator.php @@ -79,6 +79,9 @@ abstract class JobQueueAggregator { /** * @see JobQueueAggregator::notifyQueueEmpty() + * @param string $wiki + * @param string $type + * @return bool */ abstract protected function doNotifyQueueEmpty( $wiki, $type ); @@ -97,6 +100,9 @@ abstract class JobQueueAggregator { /** * @see JobQueueAggregator::notifyQueueNonEmpty() + * @param string $wiki + * @param string $type + * @return bool */ abstract protected function doNotifyQueueNonEmpty( $wiki, $type );