PhpCsFixer\Fixer\ControlStructure\ElseifFixer::getDescription PHP 메소드

getDescription() 보호된 메소드

protected getDescription ( )
    protected function getDescription()
    {
        return 'The keyword elseif should be used instead of else if so that all control keywords look like single words.';
    }