Skip to content

Use Model from Config for Resource (#7) #74

Use Model from Config for Resource (#7)

Use Model from Config for Resource (#7) #74

Triggered via push December 27, 2024 09:01
Status Failure
Total duration 57s
Artifacts

phpstan.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
phpstan: src/Resources/MailResource.php#L179
Access to an undefined property Illuminate\Database\Eloquent\Model::$id.
phpstan: src/Resources/MailResource.php#L197
Access to an undefined property Illuminate\Database\Eloquent\Model::$id.
phpstan: src/Resources/MailResource.php#L369
Else branch is unreachable because ternary operator condition is always true.
phpstan: src/Resources/MailResource.php#L370
Else branch is unreachable because ternary operator condition is always true.
phpstan: src/Resources/MailResource.php#L433
Strict comparison using === between mixed and null will always evaluate to false.
phpstan: src/Resources/MailResource/Pages/ListMails.php#L42
Call to an undefined method Illuminate\Database\Eloquent\Builder::sent().
phpstan: src/Resources/MailResource/Pages/ListMails.php#L49
Call to an undefined method Illuminate\Database\Eloquent\Builder::delivered().
phpstan: src/Resources/MailResource/Pages/ListMails.php#L56
Call to an undefined method Illuminate\Database\Eloquent\Builder::opened().
phpstan: src/Resources/MailResource/Pages/ListMails.php#L63
Call to an undefined method Illuminate\Database\Eloquent\Builder::clicked().
phpstan: src/Resources/MailResource/Pages/ListMails.php#L71
Call to an undefined method Illuminate\Database\Eloquent\Builder::softBounced().
phpstan
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636