Phrozn\Runner\CommandLine\Callback\Base::getFooter PHP Method

getFooter() protected method

Phrozn CLI footer
protected getFooter ( ) : string
return string
    protected function getFooter()
    {
        $meta = $this->getCommandMeta();
        $out = "\n{$meta['description']}\n";
        $out .= "For additional information, see %9http://phrozn.info%n";
        return $out;
    }