diff --git a/app/Services/RecipeService.php b/app/Services/RecipeService.php index fcf4986e..6ed353e9 100755 --- a/app/Services/RecipeService.php +++ b/app/Services/RecipeService.php @@ -144,7 +144,7 @@ public function store($request) /** * @param Request $request * @param $id - * @return Application|ResponseFactory|\Illuminate\Foundation\Application|Response + * @return Application|ResponseFactory|\Illuminate\Foundation\Application|Response|void * @throws CookbookModelNotFoundException * @throws InvalidPayloadException */ @@ -183,7 +183,7 @@ public function update(Request $request, $id) /** * @param User $user * @param $id - * @return Application|ResponseFactory|\Illuminate\Foundation\Application|Response + * @return Application|ResponseFactory|\Illuminate\Foundation\Application|Response|void * @throws CookbookModelNotFoundException */ public function delete(User $user, $id)