Jake Vanderwerf
3 days ago 235ce5716edc2f7cbe80fdccf26eac7269587839
inc/managers/queue/mergers/DefaultMerger.php
@@ -35,4 +35,8 @@
      $existing->totalItems += $incoming->totalItems;
      return $existing;
   }
   public function matchCriteria(Operation $incoming): array
   {
      return [];
   }
}