PhpCsFixer\Fixer\StringNotation\SingleQuoteFixer::getDescription PHP 메소드

getDescription() 보호된 메소드

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