Minor - format code

pull/3937/head^2
Julio Montoya 4 years ago
parent 93e89d853a
commit f539afe55e
  1. 1
      main/exercise/answer.class.php
  2. 2
      main/exercise/calculated_answer.class.php

@ -394,6 +394,7 @@ class Answer
* @param int $auto_id * @param int $auto_id
* *
* @return array * @return array
*
* @todo Replace method by iid search * @todo Replace method by iid search
*/ */
public function selectAnswerByAutoId($auto_id) public function selectAnswerByAutoId($auto_id)

@ -190,7 +190,7 @@ class CalculatedAnswer extends Question
$table, $table,
[ [
'question_id = ?' => [ 'question_id = ?' => [
$this->iid $this->iid,
], ],
] ]
); );

Loading…
Cancel
Save