N98\Magento\Command\Database\AbstractShowCommand::formatDesc PHP Method

formatDesc() protected method

Formats the description
protected formatDesc ( string $desc ) : string
$desc string
return string
    protected function formatDesc($desc)
    {
        $desc = preg_replace('~\\s+~', ' ', $desc);
        return wordwrap($desc);
    }