PhpCsFixer\Fixer\Whitespace\LineEndingFixer::getDescription PHP Method

getDescription() protected method

protected getDescription ( )
    protected function getDescription()
    {
        return 'All PHP files must use same line ending.';
    }