Skip to content

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

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

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

Triggered via push November 22, 2024 17:13
Status Failure
Total duration 1m 53s
Artifacts

phpstan.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
phpstan: src/Resources/EventResource.php#L219
Access to an undefined property Illuminate\Database\Eloquent\Model::$id.
phpstan: src/Resources/MailResource.php#L176
Access to an undefined property Illuminate\Database\Eloquent\Model::$id.
phpstan: src/Resources/MailResource.php#L194
Access to an undefined property Illuminate\Database\Eloquent\Model::$id.
phpstan: src/Resources/MailResource.php#L364
Else branch is unreachable because ternary operator condition is always true.
phpstan: src/Resources/MailResource.php#L365
Else branch is unreachable because ternary operator condition is always true.
phpstan: src/Resources/MailResource.php#L428
Strict comparison using === between mixed and null will always evaluate to false.
phpstan: src/Resources/MailResource/Pages/ListMails.php#L40
Call to an undefined method Illuminate\Database\Eloquent\Builder::sent().
phpstan: src/Resources/MailResource/Pages/ListMails.php#L47
Call to an undefined method Illuminate\Database\Eloquent\Builder::delivered().
phpstan: src/Resources/MailResource/Pages/ListMails.php#L54
Call to an undefined method Illuminate\Database\Eloquent\Builder::opened().
phpstan: src/Resources/MailResource/Pages/ListMails.php#L61
Call to an undefined method Illuminate\Database\Eloquent\Builder::clicked().