Skip to content

wip

wip #135

Triggered via push September 8, 2024 13:57
Status Failure
Total duration 51s
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/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#L46
Access to an undefined property Illuminate\Database\Eloquent\Model::$fileData.
phpstan: src/Jobs/ResendMailJob.php#L46
Access to an undefined property Illuminate\Database\Eloquent\Model::$filename.
phpstan: src/Jobs/ResendMailJob.php#L46
Access to an undefined property Illuminate\Database\Eloquent\Model::$mime.
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/