MDL-45618 Fix @since PHPdoc tags.

This commit is contained in:
Tim Hunt 2014-05-19 17:03:04 +01:00
parent a929fd50f9
commit 5bcfd504df
110 changed files with 191 additions and 191 deletions

View file

@ -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