Notice: A non well formed numeric value encountered in C:\wamp64\www\Projec

Hello. My name is Eben and I'm a beginner in php. I've been getting this error message "Notice: A non well formed numeric value encountered in C:\wamp64\www\Project\FeePayment.php on line 145".
This is the code;

for($i = 1; $i <=($months_diff+1); $i++){
                            $totalFees = $fees + $totalFees;

Please I need help.