Skip to content

Commit 836fda3

Browse files
committed
docs: correct check_for_and_preserve_unknown_options PHPdoc
1 parent f947ac8 commit 836fda3

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Diff for: classes/attempt_ui/question_ui_renderer.php

+1-4
Original file line numberDiff line numberDiff line change
@@ -766,10 +766,7 @@ private function extract_available_options(): array {
766766
}
767767

768768
/**
769-
* Checks the last response for invalid values and adds hidden inputs to preserve those invalid values.
770-
*
771-
* This method must be called after {@see populate_duplicate_field_names} so that the added hidden inputs are not detected as
772-
* duplicates.
769+
* Checks the last response for invalid values.
773770
*
774771
* @param available_opts_info[] $availableoptsinfobyname
775772
* @param question_attempt $attempt

0 commit comments

Comments
 (0)