Skip to content

Merge branch 'main' of https://github.com/vormkracht10/laravel-mails #94

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

Merge branch 'main' of https://github.com/vormkracht10/laravel-mails #94

Triggered via push September 6, 2024 19:10
Status Failure
Total duration 36s
Artifacts

phpstan.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
phpstan: src/Actions/ResendMail.php#L15
Job class Vormkracht10\Mails\Jobs\ResendMailJob constructor invoked with 5 parameters in Vormkracht10\Mails\Jobs\ResendMailJob::dispatch(), 2-4 required.
phpstan: src/Controllers/MailgunWebhookController.php#L66
Access to undefined constant Vormkracht10\Mails\Enums\Events\Mailgun::CLICK.
phpstan: src/Controllers/MailgunWebhookController.php#L67
Access to undefined constant Vormkracht10\Mails\Enums\Events\Mailgun::COMPLAINT.
phpstan: src/Controllers/MailgunWebhookController.php#L68
Access to undefined constant Vormkracht10\Mails\Enums\Events\Mailgun::DELIVERY.
phpstan: src/Controllers/MailgunWebhookController.php#L69
Access to undefined constant Vormkracht10\Mails\Enums\Events\Mailgun::HARD_BOUNCE.
phpstan: src/Controllers/MailgunWebhookController.php#L70
Access to undefined constant Vormkracht10\Mails\Enums\Events\Mailgun::OPEN.
phpstan: src/Drivers/MailgunDriver.php#L23
Access to undefined constant Vormkracht10\Mails\Enums\Events\Mailgun::ACCEPTED.
phpstan: src/Drivers/MailgunDriver.php#L27
Access to undefined constant Vormkracht10\Mails\Enums\Events\Mailgun::FAILED.
phpstan: src/Drivers/PostmarkDriver.php#L21
Access to an undefined property Vormkracht10\Mails\Drivers\PostmarkDriver::$uuidHeaderName.
phpstan: src/Drivers/PostmarkDriver.php#L26
Access to an undefined property Vormkracht10\Mails\Drivers\PostmarkDriver::$uuidHeaderName.
phpstan
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, 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/