added endpoints to join and leave events #2335
main.yml
on: pull_request
FE Asset Linting
54s
PHPMD
23s
Run frontend unit- and functional-tests
1m 19s
Run E2E-tests via Cypress
0s
Run backend unit- and functional-tests
0s
Annotations
3 errors and 4 warnings
PHPMD
Process completed with exit code 2.
|
Static Code Analysis
Process completed with exit code 1.
|
Coding Guidelines Check
Process completed with exit code 8.
|
PHPMD:
src/Mealz/MealBundle/Controller/BaseController.php#L17
The class BaseController has 15 children. Consider to rebalance this class hierarchy to keep number of children under 15.
|
PHPMD:
src/Mealz/MealBundle/Controller/EventParticipationController.php#L20
Avoid excessively long variable names like $eventParticipationService. Keep variable name length under 20.
|
PHPMD:
src/Mealz/MealBundle/Controller/EventParticipationController.php#L24
Avoid excessively long variable names like $eventParticipationService. Keep variable name length under 20.
|
FE Asset Linting:
src/Resources/src/views/Menu.vue#L69
'EventsState' is assigned a value but never used
|