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

getDescription() protected method

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