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

getDescription() protected method

protected getDescription ( )
    protected function getDescription()
    {
        return 'There should be exactly one blank line before a namespace declaration.';
    }
SingleBlankLineBeforeNamespaceFixer