Skip to content

Merge branch 'fix/reply-and-from-formatting' of github.com:vormkracht… #131

Merge branch 'fix/reply-and-from-formatting' of github.com:vormkracht…

Merge branch 'fix/reply-and-from-formatting' of github.com:vormkracht… #131

Triggered via push September 8, 2024 13:42
Status Failure
Total duration 51s
Artifacts

phpstan.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 1 warning
phpstan: src/Traits/SendsNotifications.php (in context of class Vormkracht10/Mails/Actions/SendHighBounceRateNotifications)#L14
Parameter $notification of method Vormkracht10\Mails\Actions\SendHighBounceRateNotifications::send() has invalid type Vormkracht10\Mails\Notifications\Concerns\HasDynamicDrivers.
phpstan: src/Traits/SendsNotifications.php (in context of class Vormkracht10/Mails/Actions/SendHighBounceRateNotifications)#L29
Call to method on() on an unknown class Vormkracht10\Mails\Notifications\Concerns\HasDynamicDrivers.
phpstan: src/Traits/SendsNotifications.php (in context of class Vormkracht10/Mails/Listeners/NotifyOnBounce)#L14
Parameter $notification of method Vormkracht10\Mails\Listeners\NotifyOnBounce::send() has invalid type Vormkracht10\Mails\Notifications\Concerns\HasDynamicDrivers.
phpstan: src/Traits/SendsNotifications.php (in context of class Vormkracht10/Mails/Listeners/NotifyOnBounce)#L29
Call to method on() on an unknown class Vormkracht10\Mails\Notifications\Concerns\HasDynamicDrivers.
phpstan: src/Traits/SendsNotifications.php (in context of class Vormkracht10/Mails/Listeners/NotifyOnSpamComplaint)#L14
Parameter $notification of method Vormkracht10\Mails\Listeners\NotifyOnSpamComplaint::send() has invalid type Vormkracht10\Mails\Notifications\Concerns\HasDynamicDrivers.
phpstan: src/Traits/SendsNotifications.php (in context of class Vormkracht10/Mails/Listeners/NotifyOnSpamComplaint)#L29
Call to method on() on an unknown class Vormkracht10\Mails\Notifications\Concerns\HasDynamicDrivers.
phpstan
Process completed with exit code 1.
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/