moneyphp / money

PHP implementation of Fowler's Money pattern.
http://moneyphp.org
MIT License
4.62k stars 440 forks source link

Money::ratioOf throws exception if currencies don't match #735

Closed peterdevpl closed 1 year ago

peterdevpl commented 1 year ago

I also added a test case for Money::mod which already performs currency check.

fixes #732

frederikbosch commented 1 year ago

Nice catch, will merge when green checks. Thanks!