Skip to content

fix verification_required type error #3033

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 7, 2025
Merged

Conversation

cubercsl
Copy link
Contributor

@cubercsl cubercsl commented Jul 7, 2025

In my development environment, I encountered an error when clicking the scoreboard. The submissionVerdict method was expecting a boolean value for the $verificationRequired parameter, but an integer value was being passed instead.

Part of #2427

App\Controller\PublicController::submissionVerdict(): Argument #3 ($verificationRequired) must be of type bool, int given, called in /opt/domjudge/webapp/src/Controller/PublicController.php on line 386

image

@nickygerritsen nickygerritsen added this pull request to the merge queue Jul 7, 2025
Merged via the queue into DOMjudge:main with commit ebe8f21 Jul 7, 2025
36 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants