mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-05-04 13:16:31 +00:00
Fix a bunch of phpstan errors.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user