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
Would it be possible to support the BcMath\Number objects in a forbidArithmeticOperationOnNonNumber rule?
Arithmetic between BcMath\Number and BcMath\Number or int is supported. BcMath\Number and float give a deprecation warning (https://wiki.php.net/rfc/implicit-float-int-deprecate)
I could try to implement this addition to the rule and provide the PR if there will be any support.