Advances the progress output X steps.
int $step Number of steps to advance:
public function advance(int $step = 1) : void { $this->setProgress($this->step + $step); }