From: Tim Hunt Date: Mon, 21 Dec 2009 16:39:06 +0000 (+0000) Subject: Correct PHPdoc comment. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=8ce3e17f805bd06850809844f5dcfbd42e66aba4;p=moodle.git Correct PHPdoc comment. --- diff --git a/mod/quiz/locallib.php b/mod/quiz/locallib.php index c51f6b604a..8cf076fd80 100644 --- a/mod/quiz/locallib.php +++ b/mod/quiz/locallib.php @@ -474,7 +474,7 @@ function quiz_feedback_for_grade($grade, $quizid) { } /** - * @param integer $quizid the id of the quiz object. + * @param object $quiz the quiz database row. * @return boolean Whether this quiz has any non-blank feedback text. */ function quiz_has_feedback($quiz) {