@inheritDoc
Overrides VcsDriverInterface::getRootIdentifier
public function getRootIdentifier() : string { if ($this->gitDriver) { return $this->gitDriver ->getRootIdentifier(); } return $this->rootIdentifier; }