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));
403
+
}
404
+
}
397
405
// Search corresponding option, return false if non-existent
398
-
if (!in_array($answer, array_column($question['options'], 'id'))) {
0 commit comments