Decrease margin top #25
Annotations
10 errors
phpstan:
src/Http/Livewire/Auth/LoginTwoFactor.php#L29
Property Vormkracht10\TwoFactorAuth\Http\Livewire\Auth\LoginTwoFactor::$challengedUser has unknown class App\Models\User as its type.
|
phpstan:
src/Http/Livewire/Auth/LoginTwoFactor.php#L55
Call to method notify() on an unknown class App\Models\User.
|
phpstan:
src/Http/Livewire/Auth/LoginTwoFactor.php#L55
Class App\Notifications\SendOTP not found.
|
phpstan:
src/Listeners/SendTwoFactorCodeListener.php#L24
Call to method notify() on an unknown class App\Models\User.
|
phpstan:
src/Notifications/SendOTP.php#L76
Parameter $notifiable of method Vormkracht10\TwoFactorAuth\Notifications\SendOTP::getTwoFactorCode() has invalid type App\Models\User.
|
phpstan:
src/Notifications/SendOTP.php#L78
Access to property $two_factor_secret on an unknown class App\Models\User.
|
phpstan:
src/Notifications/SendOTP.php#L83
Access to property $two_factor_secret on an unknown class App\Models\User.
|
phpstan:
src/Pages/TwoFactor.php#L57
Access to an undefined property Illuminate\Foundation\Auth\User::$two_factor_confirmed_at.
|
phpstan:
src/Pages/TwoFactor.php#L72
Call to an undefined method Vormkracht10\TwoFactorAuth\Pages\TwoFactor::passwordIsConfirmed().
|
phpstan:
src/Pages/TwoFactor.php#L143
Comparison operation ">" between int<1, 2> and 0 is always true.
|