t1gor/Robots.txt-Parser-Class

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

Summary

Maintainability
A
0 mins
Test Coverage

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;

There are no issues that match your filters.

Category
Status