Skip to content

Merge branch 'main' of github.com:vormkracht10/filament-mails #14

Merge branch 'main' of github.com:vormkracht10/filament-mails

Merge branch 'main' of github.com:vormkracht10/filament-mails #14

Triggered via push September 6, 2024 09:01
Status Failure
Total duration 54s
Billable time 1m
Artifacts

phpstan.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
phpstan: src/FilamentMailsPlugin.php#L33
Call to deprecated method registerNavigationItems() of class Filament\FilamentManager: Use the `navigationItems()` method on the panel configuration instead.
phpstan: src/Models/Mail.php#L46
Access to an undefined property Vormkracht10\FilamentMails\Models\Mail::$resent_at.
phpstan: src/Resources/EventResource.php#L73
Match arm is unreachable because previous comparison is always true.
phpstan: src/Resources/EventResource.php#L169
Match arm is unreachable because previous comparison is always true.
phpstan: src/Resources/EventResource.php#L182
Access to an undefined property Vormkracht10\Mails\Models\MailEvent::$occurred_at.
phpstan: src/Resources/MailResource.php#L149
Match arm is unreachable because previous comparison is always true.
phpstan: src/Resources/MailResource.php#L289
Undefined variable: $bcc
phpstan: src/Resources/MailResource.php#L289
Undefined variable: $cc
phpstan: src/Resources/MailResource.php#L289
Undefined variable: $to
phpstan: src/Resources/MailResource/Pages/ListMails.php#L37
Call to an undefined method Illuminate\Database\Eloquent\Builder::sent().