Skip to content

refactor

refactor #97

Triggered via push September 6, 2024 20:49
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/WebhookController.php#L14
Call to function array_key_exists() with string and array{} will always evaluate to false.
phpstan: src/Drivers/MailDriver.php#L25
Call to an undefined method Vormkracht10\Mails\Drivers\MailDriver::getUuidFromPayload().
phpstan: src/Drivers/MailDriver.php#L30
Call to an undefined method Vormkracht10\Mails\Drivers\MailDriver::dataMapping().
phpstan: src/Drivers/MailDriver.php#L35
Call to an undefined method Vormkracht10\Mails\Drivers\MailDriver::getTimestampFromPayload().
phpstan: src/Drivers/MailDriver.php#L42
Call to an undefined method Vormkracht10\Mails\Drivers\MailDriver::eventsMapping().
phpstan: src/Drivers/MailDriver.php#L61
Call to an undefined method Vormkracht10\Mails\Drivers\MailDriver::getDataMapping().
phpstan: src/Drivers/MailDriver.php#L64
Call to an undefined method Vormkracht10\Mails\Drivers\MailDriver::getTimestampFromPayload().
phpstan: src/Drivers/MailgunDriver.php#L26
Invalid array key type Vormkracht10\Mails\Enums\EventType::ACCEPTED.
phpstan: src/Drivers/MailgunDriver.php#L27
Invalid array key type Vormkracht10\Mails\Enums\EventType::CLICKED.
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/