Symfony\Upgrade\Fixer\FormTypeNamesFixer::getDescription PHP Method

getDescription() public method

public getDescription ( )
    public function getDescription()
    {
        return 'Instead of referencing types by name, you should reference them by their fully-qualified class name (FQCN) instead.';
    }