You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thrownew \InvalidArgumentException(sprintf('The answer for question "%s" must be an integer between %d and %d.', $question['text'], $optionsLowest, $optionsHighest));
408
+
}
409
+
}
402
410
// Search corresponding option, return false if non-existent
403
-
if (!in_array($answer, array_column($question['options'], 'id'))) {
0 commit comments