MDL-21625 question: Fixed phpdocs

This commit is contained in:
Sam Hemelryk
2012-11-05 16:29:42 +13:00
parent fdd57e090e
commit bfea3bf351
+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';