MyBuilder\Cronos\Formatter\Comment::format PHP Method

format() public method

public format ( ) : string
return string
    public function format()
    {
        return '#' . $this->removeLineBreaks($this->comment);
    }