From 4dc37d690e8de80e9ee8c231ca7de0d04a798746 Mon Sep 17 00:00:00 2001 From: Tim Hunt Date: Tue, 2 Dec 2014 17:58:46 +0000 Subject: [PATCH] MDL-47494 gapselect: A few more coding style things. --- question/type/gapselect/questionbase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/question/type/gapselect/questionbase.php b/question/type/gapselect/questionbase.php index 6571634e4ad..37cafceeb7f 100644 --- a/question/type/gapselect/questionbase.php +++ b/question/type/gapselect/questionbase.php @@ -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;