Skip to content

Implement optimization problems #4949

Implement optimization problems

Implement optimization problems #4949

Triggered via pull request May 21, 2025 13:49
Status Success
Total duration 19s
Artifacts

phpcodesniffer.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
phpcs: webapp/src/Entity/RankCache.php#L206
Inline control structures are not allowed
phpcs: webapp/src/Entity/RankCache.php#L205
Inline control structures are not allowed
phpcs: webapp/src/Entity/RankCache.php#L200
Inline control structures are not allowed
phpcs: webapp/src/Entity/RankCache.php#L199
Inline control structures are not allowed
phpcs: webapp/src/Entity/RankCache.php#L192
Inline control structures are not allowed
phpcs: webapp/src/Entity/RankCache.php#L189
Inline control structures are not allowed
phpcs: webapp/src/Entity/Judging.php#L183
Whitespace found at end of line
phpcs: webapp/src/Controller/Team/SubmissionController.php#L188
Expected 1 space(s) after closing parenthesis; found 0
phpcs: webapp/src/Controller/API/ScoreboardController.php#L183
Expected 1 space(s) after IF keyword; 0 found
phpcs: judge/judgedaemon.main.php#L1436
Line indented incorrectly; expected at least 8 spaces, found 7
phpcs: webapp/src/Controller/API/ScoreboardController.php#L183
Usage of ELSE IF is discouraged; use ELSEIF instead