Closed spekulatius closed 4 years ago
Hey,
while working with the ArrayCrawlQueue as mentioned in #325, I've noticed the variables being names inconsistent.
ArrayCrawlQueue
Sometimes the passed CrawlUrl was $crawlUrl in other cases $url. The URL string was sometimes $url and other times $urlString.
CrawlUrl
$crawlUrl
$url
$urlString
This PR clears this up and makes it $crawlUrl and $urlString.
Cheers!
Thanks!
No worries, happy to help!
Hey,
while working with the
ArrayCrawlQueue
as mentioned in #325, I've noticed the variables being names inconsistent.Sometimes the passed
CrawlUrl
was$crawlUrl
in other cases$url
. The URL string was sometimes$url
and other times$urlString
.This PR clears this up and makes it
$crawlUrl
and$urlString
.Cheers!