PhpCsFixer\Fixer\StringNotation\SingleQuoteFixer::getDescription PHP Method

getDescription() protected method

protected getDescription ( )
    protected function getDescription()
    {
        return 'Convert double quotes to single quotes for simple strings.';
    }