Skip to content

wip

wip #130

Triggered via push September 8, 2024 13:06
Status Failure
Total duration 50s
Artifacts

phpstan.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
phpstan: src/Actions/RegisterWebhooks.php#L15
Call to static method with() on an unknown class Vormkracht10\Mails\Actions\MailProvider.
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#L15
Call to function array_key_exists() with string and array{} will always evaluate to false.
phpstan: src/Drivers/MailDriver.php#L27
Call to an undefined method Vormkracht10\Mails\Drivers\MailDriver::getUuidFromPayload().
phpstan: src/Drivers/MailDriver.php#L32
Call to an undefined method Vormkracht10\Mails\Drivers\MailDriver::dataMapping().
phpstan: src/Drivers/MailDriver.php#L37
Call to an undefined method Vormkracht10\Mails\Drivers\MailDriver::getTimestampFromPayload().
phpstan: src/Drivers/MailDriver.php#L44
Call to an undefined method Vormkracht10\Mails\Drivers\MailDriver::eventMapping().
phpstan: src/Drivers/MailDriver.php#L69
Call to an undefined method Vormkracht10\Mails\Drivers\MailDriver::getTimestampFromPayload().
phpstan: src/Jobs/ResendMailJob.php#L25
Property Vormkracht10\Mails\Jobs\ResendMailJob::$cc is never read, only written.
phpstan: src/Jobs/ResendMailJob.php#L26
Property Vormkracht10\Mails\Jobs\ResendMailJob::$bcc is never read, only written.
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/