Skip to content

Commit

Permalink
improve test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
fokosun committed Aug 23, 2023
1 parent a8c4c05 commit 3f9bfbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/Services/RecipeService.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 3f9bfbe

Please sign in to comment.