Overrides RequestMatcherInterface::matches
public function matches(Request $request) : bool { if (!$this->ips) { return true; } return IpUtils::checkIp($request->getClientIp() ?? '', $this->ips); }