Skip to content

Commit

Permalink
Merge pull request #235 from BenMorel/patch-2
Browse files Browse the repository at this point in the history
CollectionCrawlQueue::has() does not accept string
  • Loading branch information
brendt authored Jun 20, 2019
2 parents 05a3158 + 13ddb89 commit eabfbf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CrawlQueue/CollectionCrawlQueue.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public function markAsProcessed(CrawlUrl $crawlUrl)
}

/**
* @param CrawlUrl|\Psr\Http\Message\UriInterface|string $crawlUrl
* @param CrawlUrl|\Psr\Http\Message\UriInterface $crawlUrl
*
* @return bool
*/
Expand Down

0 comments on commit eabfbf6

Please sign in to comment.