PacktWorkshops / The-PHP-Workshop

A New, Interactive Approach to Learning PHP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

typo on this line

Mielai1l opened this issue · comments

return 'The sum of ' . $param1 . ' and ' . $param2 ' . ' is: ' . $sum;