meaning of using + operator after += operator

meaning of using + operator after += operator

Hi,

in 1 of the code, i found the following:
sum += +new_price;

What is the meaning of using the +operator in front of new_price variable after using += operator?

Thanks
PhpDev