Overrides RequestMatcherInterface::matches
public function matches(Request $request) : bool { if (!$this->parameters) { return true; } return 0 === \count(array_diff_assoc($this->parameters, $request->query ->keys())); }