PhpCsFixer\Fixer\Import\NoLeadingImportSlashFixer::getDescription PHP Method

getDescription() protected method

protected getDescription ( )
    protected function getDescription()
    {
        return 'Remove leading slashes in use clauses.';
    }