Skip to content

Commit

Permalink
Exercise: Remove previous type definition in method arguments blockin…
Browse files Browse the repository at this point in the history
…g in PHP 7.1
  • Loading branch information
ywarnier committed Nov 30, 2020
1 parent 89a8b02 commit f17e5c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/exercise/question.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -1937,7 +1937,7 @@ public function processCreation($form, $exercise)
/**
* abstract function which creates the form to create / edit the answers of the question.
*/
abstract public function createAnswersForm(FormValidator $form);
abstract public function createAnswersForm($form);

/**
* abstract function which process the creation of answers.
Expand Down

0 comments on commit f17e5c4

Please sign in to comment.