PhpCsFixer\Fixer\ControlStructure\ElseifFixer::getDescription PHP Method

getDescription() protected method

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