Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mark ceil() return type as float (#5355)
https://www.php.net/manual/en/function.ceil.php The return value of ceil() is still of type float as the value range of float is usually bigger than that of int.
- Loading branch information