Overrides RequestMatcherInterface::matches
public function matches(Request $request) : bool { if (!$this->schemes) { return true; } return \in_array($request->getScheme(), $this->schemes, true); }