PhpCsFixer\Fixer\Operator\TernaryOperatorSpacesFixer::getDescription PHP Method

getDescription() protected method

protected getDescription ( )
    protected function getDescription()
    {
        return 'Standardize spaces around ternary operator.';
    }