ApiGen\Console\Helper\ProgressBar::getBarFormat PHP Method

getBarFormat() private method

private getBarFormat ( ) : string
return string
    private function getBarFormat()
    {
        if ($this->getDebugOption()) {
            return 'debug';
        } else {
            return '<comment>%percent:3s% %</comment>';
        }
    }