Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent float to int conversion warning (#151)
The $predictedFileSize on line 32 provides a float instead of an integer, in that case we can change the parameter type declaration to float to prevent the Implicit conversion from float to int loses precision warning.
- Loading branch information