source/Parser/DirectiveProcessorsFactory.php
Opening brace of a class must be on the line after the definition Open
Open
abstract class DirectiveProcessorsFactory {
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
new CrawlDelayProcessor($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
return [
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
new AllowProcessor($logger),
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
new DisallowProcessor($logger),
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
new UserAgentProcessor($logger),
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
new SitemapProcessor($logger),
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
new CleanParamProcessor($logger),
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
public static function getDefault(?LoggerInterface $logger = null): array {
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
new CacheDelayProcessor($logger),
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
new HostProcessor($logger),
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
}
- Exclude checks
Opening brace should be on a new line Open
Open
public static function getDefault(?LoggerInterface $logger = null): array {
- Exclude checks