Crunz\Console\Command\TaskGeneratorCommand::replaceDescription PHP Method

replaceDescription() protected method

Replace description
protected replaceDescription ( ) : void
return void
    protected function replaceDescription()
    {
        $this->stub = str_replace('DummyDescription', $this->options['description'], $this->stub);
        return $this;
    }