Skip to content

Merge pull request #14 from vormkracht10/feature/notifications #60

Merge pull request #14 from vormkracht10/feature/notifications

Merge pull request #14 from vormkracht10/feature/notifications #60

Triggered via push November 22, 2023 16:20
Status Failure
Total duration 30s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

phpstan.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
phpstan: src/Controllers/MailgunWebhookController.php#L34
Match expression does not handle remaining value: string
phpstan: src/Controllers/PostmarkWebhookController.php#L35
Match expression does not handle remaining value: string
phpstan: src/Drivers/PostmarkDriver.php#L52
Call to function is_null() with Vormkracht10\Mails\Models\Mail will always evaluate to false.
phpstan: src/Listeners/Concerns/SendsNotifications.php (in context of class Vormkracht10/Mails/Listeners/NotifyOnBounce)#L14
PHPDoc tag @param for parameter $notification contains unresolvable type.
phpstan: src/Listeners/Concerns/SendsNotifications.php (in context of class Vormkracht10/Mails/Listeners/NotifyOnBounce)#L28
Call to an undefined method Illuminate\Notifications\Notification::on().
phpstan: src/Listeners/Concerns/SendsNotifications.php (in context of class Vormkracht10/Mails/Listeners/NotifyOnSpamComplaint)#L28
Call to an undefined method Illuminate\Notifications\Notification::on().
phpstan: src/Shared/AsAction.php (in context of class Vormkracht10/Mails/Actions/SendHighBounceRateNotifications)#L9
Result of method Vormkracht10\Mails\Actions\SendHighBounceRateNotifications::handle() (void) is used.