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

@@ -70,9 +70,6 @@ final class UserController extends Controller
$this->externalIdentity = 'web' !== config('firefly.authentication_guard');
}
/**
* @return Application|Factory|Redirector|RedirectResponse|View
*/
public function delete(User $user): Factory|\Illuminate\Contracts\View\View|Redirector|RedirectResponse
{
if ($this->externalIdentity) {