Resets the storage comparer and processed list.
\Drupal\Core\Config\ConfigImporter The ConfigImporter instance.
public function reset() {
$this->storageComparer
->reset();
$this->processed = $this->storageComparer
->getEmptyChangelist();
$this->validated = FALSE;
return $this;
}