michael-rubel / laravel-value-objects

A bunch of general-purpose value objects you can use in your Laravel application.
MIT License
190 stars 15 forks source link

Make internal `BigNumber` object immutable 🔧 #25

Closed michael-rubel closed 1 year ago

michael-rubel commented 1 year ago

About

This PR makes the internal BigNumber property immutable in Number object.