PhpCsFixer\Fixer\NamespaceNotation\NoBlankLinesBeforeNamespaceFixer::getDescription PHP Method

getDescription() protected method

protected getDescription ( )
    protected function getDescription()
    {
        return 'There should be no blank lines before a namespace declaration.';
    }
NoBlankLinesBeforeNamespaceFixer