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

getDescription() protected method

protected getDescription ( )
    protected function getDescription()
    {
        return 'Unary operators should be placed adjacent to their operands.';
    }
UnaryOperatorSpacesFixer