PhpCsFixer\Fixer\PhpTag\NoShortEchoTagFixer::getDescription PHP Method

getDescription() protected method

protected getDescription ( )
    protected function getDescription()
    {
        return 'Replace short-echo <?= with long format <?php echo syntax.';
    }