Skip to content

add Paste code to submit feature #3945

add Paste code to submit feature

add Paste code to submit feature #3945

Triggered via pull request October 21, 2024 23:12
Status Success
Total duration 24s
Artifacts

phpcodesniffer.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 1 warning
phpcs: webapp/src/Form/Type/SubmitProblemPasteType.php#L78
Whitespace found at end of line
phpcs: webapp/src/Controller/Team/SubmissionController.php#L175
Expected 1 space after closing brace; newline found
phpcs: webapp/src/Controller/Team/SubmissionController.php#L178
Expected 1 space(s) after IF keyword; 0 found
phpcs: webapp/src/Controller/Team/SubmissionController.php#L180
Expected 1 space after closing brace; newline found
phpcs: webapp/src/Controller/Team/SubmissionController.php#L176
Usage of ELSE IF is discouraged; use ELSEIF instead