Go\Console\Command\DebugAspectCommand::getPrettyText PHP Méthode

getPrettyText() private méthode

Gets the reformatted comment text.
private getPrettyText ( string $comment ) : string
$comment string
Résultat string
    private function getPrettyText($comment)
    {
        $text = preg_replace('|^\\s*/?\\*+/?|m', '', $comment);
        return $text;
    }