method = strtoupper($method); } /** * @inheritDoc */ public function matches(RequestInterface $request): bool { return strtoupper($request->getMethod()) === $this->method; } }