moneyphp / money

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

The comment is slightly different from the class 'MoneyFactory' #703

Closed fgaroby closed 2 years ago

fgaroby commented 2 years ago

Hi, This tiny PR harmonizes the @throws InvalidArgumentException comment in the Money class, because the same @throws InvalidArgumentException in MoneyFactory class is slightly different.