Showing 1,364 of 1,364 total issues
Spaces must be used to indent lines; tabs are not allowed Open
Open
public function getSitemaps(?string $userAgent = null): array {
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
* consumed, which must always be declared by reference, should be incremented by
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
$value .= '.*';
- 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
* through the filterchain), the closing parameter will be set to TRUE.
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
$value = '^' . $value;
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
* The filter() method must return one of three values upon completion.
- 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
* Check url wrapper
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
* bucket brigade.
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
* @param string|null $userAgent - which robot to check for
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
* @param int $consumed
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
* return. More data is required from the stream or prior filter.
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
$url = new Url($url);
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
public $filtername = self::NAME;
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
&& $this->params['logger'] instanceof LoggerInterface
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
return $this->checkRules(Directive::DISALLOW, $url->getPath(), $userAgent);
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
$this->log("$directive directive: Not found");
- Exclude checks
Line exceeds 120 characters; contains 125 characters Open
Open
$bucket->data = preg_replace(Directive::getRequestRateRegex(), '', $bucket->data, -1, $skippedRequestRateValues);
- Exclude checks