PhpCsFixer\Fixer\StringNotation\HeredocToNowdocFixer::getDescription PHP Method

getDescription() protected method

protected getDescription ( )
    protected function getDescription()
    {
        return 'Convert heredoc to nowdoc if possible.';
    }