Overrides ResetInterface::reset
public function reset() : void { foreach ($this->collectors as $collector) { $collector->reset(); } $this->enabled = $this->initiallyEnabled; }