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

getDescription() protected method

protected getDescription ( )
    protected function getDescription()
    {
        return 'Binary operators should be surrounded by at least one space.';
    }