MDL-21625 question: Fixed phpdocs

This commit is contained in:
Sam Hemelryk
2012-11-05 16:29:28 +13:00
parent 544c455357
commit f3c306f4e0
+2 -2
View File
@@ -317,8 +317,8 @@ abstract class question_bank_column_base {
/**
* Output the closing column tag
*
* @param type $question
* @param type $rowclasses
* @param object $question
* @param string $rowclasses
*/
protected function display_end($question, $rowclasses) {
$tag = 'td';