Overrides StyleInterface::progressAdvance
public function progressAdvance(int $step = 1) : void { $this->getProgressBar() ->advance($step); }