Skip to content

Commit ba5643a

Browse files
authored
Fix a couple of docblocks for better IDE support
1 parent 6628468 commit ba5643a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/Http/Controllers/Operations/UpdateOperation.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ protected function setupUpdateDefaults()
5959
*
6060
* @param int $id
6161
*
62-
* @return Response
62+
* @return \Illuminate\Contracts\View\View
6363
*/
6464
public function edit($id)
6565
{
@@ -82,7 +82,7 @@ public function edit($id)
8282
/**
8383
* Update the specified resource in the database.
8484
*
85-
* @return Response
85+
* @return \Illuminate\Http\Response
8686
*/
8787
public function update()
8888
{

0 commit comments

Comments
 (0)