changed dish input form to allow for inputting a diet type #2875
main.yml
on: push
Coding Guidelines Check
16s
FE Asset Linting
21s
FE asset formatting check
19s
PHPMD
10s
Static Code Analysis
34s
Run frontend unit- and functional-tests
48s
Matrix: Run E2E-tests via Cypress
Annotations
3 errors and 2 warnings
PHPMD
Process completed with exit code 2.
|
Coding Guidelines Check
Process completed with exit code 8.
|
FE asset formatting check
Process completed with exit code 1.
|
PHPMD:
src/Mealz/MealBundle/Service/DishService.php#L59
The method updateHelper() has a Cyclomatic Complexity of 10. The configured cyclomatic complexity threshold is 10.
|
PHPMD:
src/Mealz/MealBundle/Service/DishService.php#L59
The method updateHelper() has an NPath complexity of 256. The configured NPath complexity threshold is 200.
|