Note: Some data providers could not be automatically be converted to being static. These will be handled in a separate issue.
In PHP 8.1, any implicit conversion of float to int, which leads to a loss in precision, is now deprecated. To avoid the error warning, the code must explicitly convert a floating value to an integer.