@inheritDoc
Overrides ChangeReportInterface::getLocalChanges
public function getLocalChanges(PackageInterface $package, string $path) : ?string { $this->io ->writeError('Perforce driver does not check for local changes before overriding'); return null; }