mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-45618 Fix @since PHPdoc tags.
This commit is contained in:
parent
a929fd50f9
commit
5bcfd504df
110 changed files with 191 additions and 191 deletions
|
@ -1455,7 +1455,7 @@ function grade_floats_different($f1, $f2) {
|
|||
* Do not use rounding for 10,5 at the database level as the results may be
|
||||
* different from php round() function.
|
||||
*
|
||||
* @since 2.0
|
||||
* @since Moodle 2.0
|
||||
* @param float $f1 Float one to compare
|
||||
* @param float $f2 Float two to compare
|
||||
* @return bool True if the values should be considered as the same grades
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue