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