Showing 1,364 of 1,364 total issues
Spaces must be used to indent lines; tabs are not allowed Open
Open
$url['host'] . ':' . $url['port'],
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
$url['scheme'] . '://' . $url['host'],
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
return true;
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
* @param string $url - url to check
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
!is_null($this->logger) && $url->setLogger($this->logger);
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
: Directive::CRAWL_DELAY;
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
/**
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
/**
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
$output[] = '';
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
$this->buildTree();
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
if ($userAgent === null) {
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
}
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
return null;
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
$this->buildTree();
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
if (isset($this->tree[$userAgent][Directive::SITEMAP]) && !empty($this->tree[$userAgent][Directive::SITEMAP])) {
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
public function filter($in, $out, &$consumed, $closing);
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
* Called when closing the filter.
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
}
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
$bucket->data = preg_replace(Directive::getRequestRateRegex(), '', $bucket->data, -1, $skippedRequestRateValues);
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
$bucket->data = preg_replace(Directive::getCrawlDelayRegex(), '', $bucket->data, -1, $skippedCrawlDelayValues);
- Exclude checks