Overrides RequestMatcherInterface::matches
public function matches(Request $request) : bool { return preg_match('{' . $this->regexp . '}', rawurldecode($request->getPathInfo())); }