Skip to content

Commit

Permalink
Test: Fix Attempt Might Be Null
Browse files Browse the repository at this point in the history
  • Loading branch information
kergomard committed Dec 18, 2024
1 parent f81248e commit 3197bcf
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -847,7 +847,7 @@ public function getSolutionOutput(
public function renderSolutionOutput(
mixed $user_solutions,
int $active_id,
int $pass,
?int $pass,
bool $graphical_output = false,
bool $result_output = false,
bool $show_question_only = true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ public function getSolutionOutput(
public function renderSolutionOutput(
mixed $user_solutions,
int $active_id,
int $pass,
?int $pass,
bool $graphical_output = false,
bool $result_output = false,
bool $show_question_only = true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -853,7 +853,7 @@ static function (array $c, assFormulaQuestionVariable $v): array {
public function renderSolutionOutput(
mixed $user_solutions,
int $active_id,
int $pass,
?int $pass,
bool $graphical_output = false,
bool $result_output = false,
bool $show_question_only = true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ public function getSolutionOutput(
public function renderSolutionOutput(
mixed $user_solutions,
int $active_id,
int $pass,
?int $pass,
bool $graphical_output = false,
bool $result_output = false,
bool $show_question_only = true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@ public function getSolutionOutput(
public function renderSolutionOutput(
mixed $user_solutions,
int $active_id,
int $pass,
?int $pass,
bool $graphical_output = false,
bool $result_output = false,
bool $show_question_only = true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ public function getSolutionOutput(
public function renderSolutionOutput(
mixed $user_solutions,
int $active_id,
int $pass,
?int $pass,
bool $graphical_output = false,
bool $result_output = false,
bool $show_question_only = true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ public function getSolutionOutput(
public function renderSolutionOutput(
mixed $user_solutions,
int $active_id,
int $pass,
?int $pass,
bool $graphical_output = false,
bool $result_output = false,
bool $show_question_only = true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ public function getSolutionOutput(
public function renderSolutionOutput(
mixed $user_solutions,
int $active_id,
int $pass,
?int $pass,
bool $graphical_output = false,
bool $result_output = false,
bool $show_question_only = true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ public function getSolutionOutput(
public function renderSolutionOutput(
mixed $user_solutions,
int $active_id,
int $pass,
?int $pass,
bool $graphical_output = false,
bool $result_output = false,
bool $show_question_only = true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ public function getSolutionOutput(
public function renderSolutionOutput(
mixed $user_solutions,
int $active_id,
int $pass,
?int $pass,
bool $graphical_output = false,
bool $result_output = false,
bool $show_question_only = true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ public function getSolutionOutput(
public function renderSolutionOutput(
mixed $user_solutions,
int $active_id,
int $pass,
?int $pass,
bool $graphical_output = false,
bool $result_output = false,
bool $show_question_only = true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ abstract public function getTestOutput(
public function renderSolutionOutput(
mixed $user_solutions,
int $active_id,
int $pass,
?int $pass,
bool $graphical_output = false,
bool $result_output = false,
bool $show_question_only = true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ public function getSolutionOutput(
public function renderSolutionOutput(
mixed $user_solutions,
int $active_id,
int $pass,
?int $pass,
bool $graphical_output = false,
bool $result_output = false,
bool $show_question_only = true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ public function getSolutionOutput(
public function renderSolutionOutput(
mixed $user_solutions,
int $active_id,
int $pass,
?int $pass,
bool $graphical_output = false,
bool $result_output = false,
bool $show_question_only = true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ public function getSolutionOutput(
public function renderSolutionOutput(
mixed $user_solutions,
int $active_id,
int $pass,
?int $pass,
bool $graphical_output = false,
bool $result_output = false,
bool $show_question_only = true,
Expand Down

0 comments on commit 3197bcf

Please sign in to comment.