-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Closed
Description
Symfony version(s) affected
6.2.1
Description
Hello there,
As already seen with this pull request, the usleep()
function trigger a deprecation warning with PHP8.1 when we pass a float value
Implicit conversion from float 999967.098236084 to int loses precision
How to reproduce
Possible Solution
We just need to typecast the float value into an integer, i make the PR right now !
Additional Context
No response