mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 12:20:22 +00:00
Upgraded PHP-CS-Fixer / applied optimized rules
This commit is contained in:
@@ -7,11 +7,8 @@ use LessQL\Result;
|
||||
class RecipesService extends BaseService
|
||||
{
|
||||
const RECIPE_TYPE_MEALPLAN_DAY = 'mealplan-day'; // A recipe per meal plan day => name = YYYY-MM-DD
|
||||
|
||||
const RECIPE_TYPE_MEALPLAN_WEEK = 'mealplan-week'; // A recipe per meal plan week => name = YYYY-WW (week number)
|
||||
|
||||
const RECIPE_TYPE_MEALPLAN_SHADOW = 'mealplan-shadow'; // A recipe per meal plan recipe (for separated stock fulfillment checking) => name = YYYY-MM-DD#<meal_plan.id>
|
||||
|
||||
const RECIPE_TYPE_NORMAL = 'normal'; // Normal / manually created recipes
|
||||
|
||||
public function AddNotFulfilledProductsToShoppingList($recipeId, $excludedProductIds = null)
|
||||
|
Reference in New Issue
Block a user