PhpBench\Progress\Logger\VerboseLogger::retryStart PHP Method

retryStart() public method

public retryStart ( $rejectionCount )
    public function retryStart($rejectionCount)
    {
        $this->rejectionCount = $rejectionCount;
        $this->output->write("");
    }