DataSift\Storyplayer\Console\Console::writePhaseGroupSucceeded PHP Method

writePhaseGroupSucceeded() protected method

protected writePhaseGroupSucceeded ( $msg = 'OKAY' )
    protected function writePhaseGroupSucceeded($msg = 'OKAY')
    {
        $this->write('[', $this->writer->punctuationStyle);
        $this->write($msg, $this->writer->successStyle);
        $this->write(']', $this->writer->punctuationStyle);
    }