PhpCsFixer\Fixer\Operator\NotOperatorWithSpaceFixer::getPriority PHP Method

getPriority() public method

public getPriority ( )
    public function getPriority()
    {
        // should be run after the UnaryOperatorSpacesFixer
        return -10;
    }