Showing 1,364 of 1,364 total issues
Spaces must be used to indent lines; tabs are not allowed Open
Open
* @link http://publicmind.in/blog/url-encoding/
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
'@' => '!%40!ui',
- 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 false;
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
if (!isset($parsed['host']) || !HostName::isValid($parsed['host'])) {
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
$parsed['custom'] = ($parsed['path'] ?? '/') . (isset($parsed['query']) ? '?' . $parsed['query'] : '');
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
return $userAgent;
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
// default encoding
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
private ?UserAgentMatcherInterface $userAgentMatcher;
- 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
if ($this->encoding !== static::DEFAULT_ENCODING) {
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
// construct a tree builder if not passed
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
public function setLogger(LoggerInterface $logger): void {
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
$rule = preg_replace('/\s+/S', ' ', $rule);
- 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
* Set UserAgent
- 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 true;
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
// match result
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
* Check basic rule
- Exclude checks