mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-14 21:58:14 +00:00
Fix various phpstan things
This commit is contained in:
@@ -53,13 +53,9 @@ class IndexController extends Controller
|
||||
}
|
||||
|
||||
/**
|
||||
* Show debug info.
|
||||
*
|
||||
* @param Request $request
|
||||
*
|
||||
* @return Factory|View
|
||||
*/
|
||||
public function index(Request $request)
|
||||
public function index()
|
||||
{
|
||||
return view('webhooks.index');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user