in src/AppSearch/Schema/ExtractUrlResults.php [30:40]
public function __construct(
ExtractUrlDownloadResults $download,
ExtractUrlExtractionResults $extraction,
ExtractUrlIndexingResults $indexing,
ExtractUrlDeduplicationResults $deduplication,
) {
$this->download = $download;
$this->extraction = $extraction;
$this->indexing = $indexing;
$this->deduplication = $deduplication;
}