source/Parser/UserAgent/UserAgentMatcherInterface.php
Opening brace of a interface must be on the line after the definition Open
Open
interface UserAgentMatcherInterface extends LoggerAwareInterface {
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
public function getMatching(string $userAgent, array $available = []): string;
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
public function __construct(?LoggerInterface $logger = null);
- Exclude checks