Showing 1,364 of 1,364 total issues
Spaces must be used to indent lines; tabs are not allowed Open
Open
protected function log(string $message, array $context = [], string $level = LogLevel::DEBUG) {
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
$directive = $this->getDirectiveName();
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
'{faulty}' => $entry,
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
if (!isset($root[$currentUserAgent][$directive])) {
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
public function getDirectiveName(): string {
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
$filteredCacheDelay = filter_var($parts[1], FILTER_SANITIZE_NUMBER_FLOAT, FILTER_FLAG_ALLOW_FRACTION);
- 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
$root[$currentUserAgent][Directive::HOST] = $entry;
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
array_shift($parts);
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
$trimmed = array_map('trim', $parts);
- 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
public function process(string $line, array & $root, string & $currentUserAgent = '*', string $prevLine = '') {
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
$this->logger = $logger;
- 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
public function setContent(\Iterator $content): void {
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
$this->content = $content;
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
foreach ($this->processors as $processor) {
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
return $tree;
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
* URL encoder according to RFC 3986
- Exclude checks