Skip to content

Commit f17e5c4

Browse files
committed
Exercise: Remove previous type definition in method arguments blocking in PHP 7.1
1 parent 89a8b02 commit f17e5c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/exercise/question.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1937,7 +1937,7 @@ public function processCreation($form, $exercise)
19371937
/**
19381938
* abstract function which creates the form to create / edit the answers of the question.
19391939
*/
1940-
abstract public function createAnswersForm(FormValidator $form);
1940+
abstract public function createAnswersForm($form);
19411941

19421942
/**
19431943
* abstract function which process the creation of answers.

0 commit comments

Comments
 (0)