@inheritDoc
Overrides VcsDriverInterface::getUrl
public function getUrl() : string { if ($this->gitDriver) { return $this->gitDriver ->getUrl(); } return $this->project['web_url']; }