Recalculates the differences.
\Drupal\Core\Config\StorageComparerInterface An object which implements the StorageComparerInterface.
Overrides StorageComparerInterface::reset
public function reset() {
$this->changelist = $this
->getEmptyChangelist();
$this->sourceNames = $this->targetNames = array();
return $this
->createChangelist();
}