Skip to content

Commit f539afe

Browse files
committed
Minor - format code
1 parent 93e89d8 commit f539afe

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

main/exercise/answer.class.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class Answer
3434
public $new_position;
3535
public $new_hotspot_coordinates;
3636
public $new_hotspot_type;
37-
/** @var int Incremental ID used in the past when PK was a mix of c_id+id*/
37+
/** @var int Incremental ID used in the past when PK was a mix of c_id+id */
3838
public $autoId;
3939
/** @var int Number of answers in the question */
4040
public $nbrAnswers;
@@ -394,6 +394,7 @@ public function selectAnswer($id)
394394
* @param int $auto_id
395395
*
396396
* @return array
397+
*
397398
* @todo Replace method by iid search
398399
*/
399400
public function selectAnswerByAutoId($auto_id)

main/exercise/calculated_answer.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ public function processAnswersCreation($form, $exercise)
190190
$table,
191191
[
192192
'question_id = ?' => [
193-
$this->iid
193+
$this->iid,
194194
],
195195
]
196196
);

0 commit comments

Comments
 (0)