Output vizualizer #3913
Annotations
10 errors and 1 warning
phpcs:
webapp/migrations/Version20241018061817.php#L34
Function closing brace must go on the next line following the body; found 1 blank lines before brace
|
phpcs:
webapp/migrations/Version20241018061817.php#L50
Function closing brace must go on the next line following the body; found 1 blank lines before brace
|
phpcs:
webapp/src/Controller/API/JudgehostController.php#L1799
Line indented incorrectly; expected 4 spaces, found 8
|
phpcs:
webapp/src/Controller/API/JudgehostController.php#L1799
Closing brace indented incorrectly; expected 4 spaces, found 8
|
phpcs:
webapp/src/Controller/API/JudgehostController.php#L1801
Line indented incorrectly; expected 4 spaces, found 8
|
phpcs:
webapp/src/Controller/API/JudgehostController.php#L1801
There must not be more than one property declared per statement
|
phpcs:
webapp/src/Controller/API/JudgehostController.php#L1801
Visibility must be declared on property "$numUpdated"
|
phpcs:
webapp/src/Controller/API/JudgehostController.php#L1804
Line indented incorrectly; expected 4 spaces, found 8
|
phpcs:
webapp/src/Controller/API/JudgehostController.php#L1807
There must not be more than one property declared per statement
|
phpcs:
webapp/src/Controller/API/JudgehostController.php#L1807
Visibility must be declared on property "$queryBuilder"
|
phpcs:
webapp/src/Controller/API/JudgehostController.php#L1
A file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 64 and the first side effect is on line 1870.
|