Skip to content

Commit 3680580

Browse files
authored
Merge pull request #1 from nasrulhazim/auto-fix-nadi2025-07-12-18-38-08
Line 27: PHPDoc tag @return with type void is incompatible with nativ…
2 parents ae524d6 + e23d84a commit 3680580

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)