@inheritDoc
Overrides InstalledRepositoryInterface::isFresh
public function isFresh() : bool { // this is not a completely correct implementation but there is no way to // distinguish an empty repo and a newly created one given this is all in-memory return $this->count() === 0; }