mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-18 02:03:40 +00:00
Clean up comments
This commit is contained in:
@@ -62,7 +62,7 @@ class DeleteController extends Controller
|
||||
*
|
||||
* @param Webhook $webhook
|
||||
*
|
||||
* @return Factory|RedirectResponse|Redirector|View
|
||||
* @return Factory|\Illuminate\Contracts\Foundation\Application|\Illuminate\Contracts\View\View
|
||||
*/
|
||||
public function index(Webhook $webhook)
|
||||
{
|
||||
|
@@ -61,7 +61,7 @@ class EditController extends Controller
|
||||
*
|
||||
* @param Webhook $webhook
|
||||
*
|
||||
* @return Factory|RedirectResponse|Redirector|View
|
||||
* @return Factory|\Illuminate\Contracts\Foundation\Application|\Illuminate\Contracts\View\View
|
||||
*/
|
||||
public function index(Webhook $webhook)
|
||||
{
|
||||
|
@@ -59,7 +59,6 @@ class IndexController extends Controller
|
||||
* @param Request $request
|
||||
*
|
||||
* @return Factory|View
|
||||
* @throws FireflyException
|
||||
*/
|
||||
public function index(Request $request)
|
||||
{
|
||||
|
@@ -61,7 +61,7 @@ class ShowController extends Controller
|
||||
*
|
||||
* @param Webhook $webhook
|
||||
*
|
||||
* @return Factory|RedirectResponse|Redirector|View
|
||||
* @return Factory|\Illuminate\Contracts\Foundation\Application|\Illuminate\Contracts\View\View
|
||||
*/
|
||||
public function index(Webhook $webhook)
|
||||
{
|
||||
|
Reference in New Issue
Block a user