Html: Add buttonAttributes() more diligently
[lhc/web/wiklou.git] / includes / jobqueue / JobQueueFederated.php
index a35ab84..ecbb031 100644 (file)
@@ -328,7 +328,7 @@ class JobQueueFederated extends JobQueue {
                return false;
        }
 
-       protected function doDeduplicateRootJob( Job $job ) {
+       protected function doDeduplicateRootJob( IJobSpecification $job ) {
                $params = $job->getRootJobParams();
                $sigature = $params['rootJobSignature'];
                $partition = $this->partitionRing->getLiveLocation( $sigature );