PhpCsFixer\Fixer\ControlStructure\ElseifFixer::getDescription PHP Méthode

getDescription() protected méthode

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.';
    }