Automattic / woocommerce-subscriptions-core

Subscriptions core package for WooCommerce
Other
87 stars 33 forks source link

fixed php8.1 float precision loss notice #428

Closed leonardola closed 1 year ago

leonardola commented 1 year ago

Part of https://github.com/Automattic/woocommerce-payments/issues/5985

Description

This PR fixes a notice generated by php 8.1 about precision loss on a division by 2 for an integer parameter.

How to test this PR

Product impact

Jinksi commented 1 year ago

Thanks @leonardola @alefesouza 🙌