Commit Graph

4 Commits

Author SHA1 Message Date
Andrew Nicols cc54b4e78a MDL-81520 core: Fix test finality 2024-12-11 12:30:21 +08:00
Andrew Nicols 3bd5f52e22 MDL-81521 core: Update all possibly data providers to be static
Note: Some data providers could not be automatically be converted to
being static. These will be handled in a separate issue.
2024-11-19 09:30:51 +08:00
KarlReyesCatalyst 37bca6ce6b MDL-79215 lib/graphlib: Typecasting round() function to INT. 2024-08-22 10:28:25 -04:00
Meirza bf3a9c3b3f MDL-75945 core: Convert a floating value to an integer.
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.
2023-01-24 16:49:10 +07:00