mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-05-05 21:53:41 +00:00
Fix a bunch of phpstan issues.
This commit is contained in:
@@ -63,7 +63,7 @@ final class TwoFactorController extends Controller
|
||||
* @throws ContainerExceptionInterface
|
||||
* @throws NotFoundExceptionInterface
|
||||
*/
|
||||
public function submitMFA(Request $request): Redirector|RedirectResponse
|
||||
public function submitMFA(Request $request): RedirectResponse
|
||||
{
|
||||
/** @var array $mfaHistory */
|
||||
$mfaHistory = Preferences::get('mfa_history', [])->data;
|
||||
|
||||
Reference in New Issue
Block a user