MDL-47494 gapselect: A few more coding style things.

This commit is contained in:
Tim Hunt
2014-12-02 17:58:46 +00:00
parent 647d937394
commit 4dc37d690e
+1 -1
View File
@@ -52,7 +52,7 @@ abstract class qtype_gapselect_question_base extends question_graded_automatical
public $incorrectfeedback;
/** @var int format of $incorrectfeedback. */
public $incorrectfeedbackformat;
/** @var array of arrays. The keys are the choice group numbers. The values
* are arrays of qtype_gapselect_choice objects. */
public $choices;