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

getDescription() protected method

protected getDescription ( )
    protected function getDescription()
    {
        return 'There MUST be one blank line after the namespace declaration.';
    }