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

getDescription() protected method

protected getDescription ( )
    protected function getDescription()
    {
        return 'Removes extra spaces between colon and case value.';
    }