enabled deleting of events and updated the frontend to always show tw… #3031
Annotations
1 error and 6 warnings
|
src/Mealz/MealBundle/Controller/MealAdminController.php#L32
The class MealAdminController has an overall complexity of 59 which is very high. The configured complexity threshold is 55.
|
src/Mealz/MealBundle/Controller/MealAdminController.php#L34
The method __construct has 10 parameters. Consider reducing the number of parameters to less than 10.
|
src/Mealz/MealBundle/Controller/MealAdminController.php#L311
Avoid excessively long variable names like $eventExistsForDayAlready. Keep variable name length under 20.
|
src/Mealz/MealBundle/Controller/MealAdminController.php#L314
Avoid excessively long variable names like $eventParticipationEntity. Keep variable name length under 20.
|
src/Mealz/MealBundle/Helper/MealAdminHelper.php#L19
Avoid excessively long variable names like $eventParticipationRepository. Keep variable name length under 20.
|
src/Mealz/UserBundle/DataFixtures/ORM/LoadUsers.php#L124
Avoid unused parameters such as '$email'.
|
This job failed
Loading