Remove unused references #22
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#L37
Access to an undefined property Vormkracht10\TwoFactorAuth\Http\Livewire\Auth\LoginTwoFactor::$form.
|
phpstan:
src/Http/Livewire/Auth/LoginTwoFactor.php#L57
Call to method notify() on an unknown class App\Models\User.
|
phpstan:
src/Http/Livewire/Auth/LoginTwoFactor.php#L57
Class App\Notifications\SendOTP not found.
|
phpstan:
src/Http/Livewire/Auth/PasswordConfirmation.php#L18
Access to an undefined property Vormkracht10\TwoFactorAuth\Http\Livewire\Auth\PasswordConfirmation::$form.
|
phpstan:
src/Http/Livewire/Auth/PasswordReset.php#L32
Access to an undefined property Vormkracht10\TwoFactorAuth\Http\Livewire\Auth\PasswordReset::$form.
|
phpstan:
src/Http/Livewire/Auth/RequestPasswordReset.php#L27
Access to an undefined property Vormkracht10\TwoFactorAuth\Http\Livewire\Auth\RequestPasswordReset::$form.
|
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.
|