PhpCsFixer\Fixer\PhpTag\LinebreakAfterOpeningTagFixer::getDescription PHP Метод

getDescription() защищенный Метод

protected getDescription ( )
    protected function getDescription()
    {
        return 'Ensure there is no code on the same line as the PHP open tag.';
    }
LinebreakAfterOpeningTagFixer