Skip to content

Commit e23d84a

Browse files
committed
Line 27: PHPDoc tag @return with type void is incompatible with native type Illuminate\View\View.
1 parent ae524d6 commit e23d84a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Http/Controllers/ProductController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class ProductController extends Controller
2222
/**
2323
* index
2424
*
25-
* @return void
25+
* @return View
2626
*/
2727
public function index() : View
2828
{

0 commit comments

Comments
 (0)