Skip to content

Merge branch 'main' of github.com:vormkracht10/filament-two-factor-auth #4

Merge branch 'main' of github.com:vormkracht10/filament-two-factor-auth

Merge branch 'main' of github.com:vormkracht10/filament-two-factor-auth #4

Triggered via push August 16, 2024 08:55
Status Failure
Total duration 58s
Billable time 1m
Artifacts

phpstan.yml

on: push
Fit to window
Zoom out
Zoom in

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/Pages/TwoFactor.php#L45
Access to an undefined property Illuminate\Foundation\Auth\User::$two_factor_confirmed_at.
phpstan: src/Pages/TwoFactor.php#L60
Call to an undefined method Vormkracht10\TwoFactorAuth\Pages\TwoFactor::passwordIsConfirmed().
phpstan: src/Pages/TwoFactor.php#L153
Access to an undefined property Illuminate\Foundation\Auth\User::$two_factor_confirmed_at.