t1gor/Robots.txt-Parser-Class

View on GitHub
source/Parser/UserAgent/UserAgentMatcherInterface.php

Summary

Maintainability
A
0 mins
Test Coverage

Showing 3 of 3 total issues

Opening brace of a interface must be on the line after the definition
Open

interface UserAgentMatcherInterface extends LoggerAwareInterface {

Spaces must be used to indent lines; tabs are not allowed
Open

public function __construct(?LoggerInterface $logger = null);

Spaces must be used to indent lines; tabs are not allowed
Open

public function getMatching(string $userAgent, array $available = []): string;
Category
Status