Showing 1,364 of 1,364 total issues
Spaces must be used to indent lines; tabs are not allowed Open
Open
'&' => '!%26!ui',
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
return false;
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
protected $host = 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
} else {
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
$parsed['port'] = getservbyname($parsed['scheme'], 'tcp');
- Exclude checks
Line exceeds 120 characters; contains 135 characters Open
Open
$parsed['custom'] = (isset($parsed['path']) ? $parsed['path'] : '/') . (isset($parsed['query']) ? '?' . $parsed['query'] : '');
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
$cleanParam = [];
- 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 $this->checkRules(Directive::ALLOW, $url->getPath(), $userAgent);
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
* @param string $rule - rule to check
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
$userAgent = $this->userAgentMatcher->getMatching($userAgent, array_keys($this->tree));
- 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
*
- 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
* Extended standard directives
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
return "/^" . self::REQUEST_RATE . ":+\s*(?![0-9]+\/[0-9]+).*/mui";
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
return "/^" . self::CRAWL_DELAY . ":+\s*(\D+)$/mui";
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
* @return string
- Exclude checks