Fix a bunch of phpstan errors.

This commit is contained in:
James Cole
2026-03-08 17:08:51 +01:00
parent 9950f79a6b
commit 84ea19d14c
25 changed files with 41 additions and 91 deletions

View File

@@ -54,12 +54,6 @@ final class EditController extends Controller
return $next($request);
});
}
/**
* Delete account screen.
*
* @return Application|Factory|View
*/
public function index(Webhook $webhook): Factory|View
{
if (false === FireflyConfig::get('allow_webhooks', config('firefly.allow_webhooks'))->data) {