Overrides MatcherDumperInterface::addRoutes
public function addRoutes(RouteCollection $routes) { if (empty($this->routes)) { $this->routes = $routes; } else { $this->routes ->addCollection($routes); } }