PhpCsFixer\Fixer\LanguageConstruct\CombineConsecutiveUnsetsFixer::getDescription PHP Method

getDescription() protected method

protected getDescription ( )
    protected function getDescription()
    {
        return 'Calling unset on multiple items should be done in one call.';
    }