You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In documentation you say that "Money is value object - it's immutable." and yet it has public setAmount($amount) and public setCurrency($currency) methods. Something doesn't add up here.