Make MailManager queable #6884
ci.yml
on: push
Run linting
19s
Run static analysis
30s
Run tests
1m 13s
Check formatting frontend files
24s
Check linting frontend files
25s
Check types frontend files
22s
Annotations
6 errors and 6 warnings
Run static analysis:
app/Domain/Mail/MailManager.php#L89
Parameter $activationReminderEmailSend of method App\Domain\Mail\MailManager::sendActivationReminderEmail() has invalid type App\Domain\Integrations\Events\ActivationReminderEmailSend.
|
Run static analysis:
app/Domain/Mail/MailManager.php#L91
Access to property $id on an unknown class App\Domain\Integrations\Events\ActivationReminderEmailSend.
|
Run static analysis:
app/Mails/SendIntegrationActivationReminderEmail.php#L28
Instantiated class App\Domain\Integrations\Events\ActivationReminderEmailSend not found.
|
Run static analysis:
tests/Domain/Mail/MailManagerTest.php#L204
Instantiated class App\Domain\Integrations\Events\ActivationReminderEmailSend not found.
|
Run static analysis
Process completed with exit code 1.
|
Run tests
Process completed with exit code 2.
|
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/
|