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

getDescription() protected method

protected getDescription ( )
    protected function getDescription()
    {
        return 'The namespace declaration line shouldn\'t contain leading whitespace.';
    }