@inheritDoc
Overrides VcsDriverInterface::getSource
public function getSource(string $identifier) : array { return [ 'type' => 'git', 'url' => $this->getUrl(), 'reference' => $identifier, ]; }