24 private $jobQueueGroup;
27 private $editResultCache;
33 $this->jobQueueGroup = $jobQueueGroup;
34 $this->editResultCache = $editResultCache;
48 $editResult = $this->editResultCache->get( $revertRevisionId );
49 if ( $editResult ===
null || !$editResult->isRevert() ) {
54 $this->jobQueueGroup->lazyPush( $spec );