Skip to content

Add basis for sending transactional emails #6600

Add basis for sending transactional emails

Add basis for sending transactional emails #6600

Triggered via push August 20, 2024 12:03
Status Failure
Total duration 1m 32s
Artifacts

ci.yml

on: push
Run linting
19s
Run linting
Run static analysis
32s
Run static analysis
Run tests
1m 20s
Run tests
Check formatting frontend files
24s
Check formatting frontend files
Check linting frontend files
26s
Check linting frontend files
Check types frontend files
23s
Check types frontend files
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 6 warnings
Run static analysis: app/Domain/Mail/Mailer.php#L12
Parameter $to of method App\Domain\Mail\Mailer::send() has invalid type App\Mails\Addresses.
Run static analysis: app/Domain/Mail/MailjetMailer.php#L22
Parameter $to of method App\Domain\Mail\MailjetMailer::send() has invalid type App\Mails\Addresses.
Run static analysis: app/Domain/Mail/MailjetMailer.php#L54
Call to method map() on an unknown class App\Mails\Addresses.
Run static analysis: app/Domain/Mail/MailjetMailer.php#L63
Parameter $addresses of method App\Domain\Mail\MailjetMailer::buildReceiverList() has invalid type App\Mails\Addresses.
Run static analysis: app/Domain/Mail/MailjetMailer.php#L67
Iterating over an object of an unknown class App\Mails\Addresses.
Run static analysis
Process completed with exit code 1.
Run linting
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/
Check types frontend files
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Check formatting frontend files
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Check linting frontend files
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run static analysis
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/
Run tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/