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
Description
In PHP 8.4.0, BcMath\Number was introduced as an OOP interface for bcmath. When an object defines a property with a type as Number, it is serialized as an object. It would be great if this was serialized as a string instead.