Skip to content

Merge pull request #392 from OccTherapist/2.x #57

Merge pull request #392 from OccTherapist/2.x

Merge pull request #392 from OccTherapist/2.x #57

Triggered via push September 17, 2024 19:37
Status Failure
Total duration 54s
Artifacts

phpstan.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 1 warning
phpstan: src/Middleware/MustTwoFactor.php#L1
Ignored error pattern #^Call to an undefined method Filament\\Contracts\\Plugin\|Filament\\FilamentManager\:\:shouldForceTwoFactor\(\)\.$# in path /home/runner/work/filament-breezy/filament-breezy/src/Middleware/MustTwoFactor.php was not matched in reported errors.
phpstan: src/Middleware/MustTwoFactor.php#L23
PHPDoc tag @var for variable $breezy contains unknown class Jeffgreco13\FilamentBreezy\Middleware\BreezyCore.
phpstan: src/Middleware/MustTwoFactor.php#L25
Call to method slug() on an unknown class Jeffgreco13\FilamentBreezy\Middleware\BreezyCore.
phpstan: src/Middleware/MustTwoFactor.php#L39
Call to method shouldForceTwoFactor() on an unknown class Jeffgreco13\FilamentBreezy\Middleware\BreezyCore.
phpstan: src/Models/BreezySession.php#L1
Ignored error pattern #^Property 'expires_at' does not exist in Jeffgreco13\\FilamentBreezy\\Models\\BreezySession model\.$# in path /home/runner/work/filament-breezy/filament-breezy/src/Models/BreezySession.php was not matched in reported errors.
phpstan: src/Models/BreezySession.php#L1
Ignored error pattern #^Property 'two_factor_confirmed_at' does not exist in Jeffgreco13\\FilamentBreezy\\Models\\BreezySession model\.$# in path /home/runner/work/filament-breezy/filament-breezy/src/Models/BreezySession.php was not matched in reported errors.
phpstan: src/Pages/TwoFactorPage.php#L135
Call to an undefined method Illuminate\Foundation\Auth\User::destroyRecoveryCode().
phpstan
Process completed with exit code 1.
phpstan
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/