Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix for PHP 8 (?) issue with round()
For at least some configurations/version of PHP 8, round() can no longer be called on a string. So, we call round( floatval() ) on the value instead. Also remove the is_int() checks, since the value will presumably never be an integer per se - it is a string. Change-Id: I23b4512d21b97d573b1ef3737333cccff71670cc
- Loading branch information