Skip to content

Add swift mailer bundle #8

Add swift mailer bundle

Add swift mailer bundle #8

Triggered via push September 16, 2024 13:50
Status Failure
Total duration 2m 16s
Artifacts

build.yaml

on: push
Matrix: code-coverage
Matrix: coding-standards
Matrix: dependency-analysis
Matrix: integration-tests
Matrix: Mutation tests
Matrix: static-code-analysis
Matrix: unit-tests
Fit to window
Zoom out
Zoom in

Annotations

48 errors
Dependency Analysis (PHP8.2 | Deps: highest | SF~5.4.0)
Process completed with exit code 255.
Dependency Analysis (PHP8.1 | Deps: highest | SF~6.4.0)
Process completed with exit code 255.
Dependency Analysis (PHP8.1 | Deps: highest | SF~5.4.0)
The job was canceled because "_8_2_highest__5_4_0" failed.
Dependency Analysis (PHP8.1 | Deps: highest | SF~5.4.0)
Process completed with exit code 255.
Dependency Analysis (PHP8.1 | Deps: lowest | SF~6.4.0)
The job was canceled because "_8_2_highest__5_4_0" failed.
Dependency Analysis (PHP8.1 | Deps: lowest | SF~6.4.0)
Process completed with exit code 255.
Dependency Analysis (PHP8.2 | Deps: lowest | SF~6.4.0)
The job was canceled because "_8_2_highest__5_4_0" failed.
Dependency Analysis (PHP8.2 | Deps: lowest | SF~6.4.0)
Process completed with exit code 255.
Dependency Analysis (PHP8.2 | Deps: highest | SF~6.4.0)
The job was canceled because "_8_2_highest__5_4_0" failed.
Dependency Analysis (PHP8.2 | Deps: highest | SF~6.4.0)
Process completed with exit code 255.
Dependency Analysis (PHP8.1 | Deps: lowest | SF~5.4.0)
The job was canceled because "_8_2_highest__5_4_0" failed.
Dependency Analysis (PHP8.2 | Deps: lowest | SF~5.4.0)
The job was canceled because "_8_2_highest__5_4_0" failed.
Integration tests (PHP8.2 | Deps: lowest | SF~6.4.0)
Process completed with exit code 255.
Coding Standards (PHP8.1 | Deps: highest)
Process completed with exit code 255.
Integration tests (PHP8.2 | Deps: highest | SF~6.4.0)
The job was canceled because "_8_2_lowest__6_4_0" failed.
Integration tests (PHP8.2 | Deps: highest | SF~6.4.0)
Process completed with exit code 255.
Integration tests (PHP8.1 | Deps: highest | SF~5.4.0)
The job was canceled because "_8_2_lowest__6_4_0" failed.
Integration tests (PHP8.1 | Deps: lowest | SF~6.4.0)
The job was canceled because "_8_2_lowest__6_4_0" failed.
Integration tests (PHP8.2 | Deps: highest | SF~5.4.0)
The job was canceled because "_8_2_lowest__6_4_0" failed.
Integration tests (PHP8.2 | Deps: highest | SF~5.4.0)
The operation was canceled.
Integration tests (PHP8.1 | Deps: highest | SF~6.4.0)
The job was canceled because "_8_2_lowest__6_4_0" failed.
MixedReturnTypeCoercion: src/EventSubscriber/LogSymfonyEmailSubscriber.php#L37
src/EventSubscriber/LogSymfonyEmailSubscriber.php:37:51: MixedReturnTypeCoercion: The declared return type 'array<string, array{0?: array{0: string, 1?: int}|string, 1?: array{0: string, 1?: int}|int, ...<int<0, max>, array{0: string, 1?: int}>}|string>' for Setono\SyliusMailerPlugin\EventSubscriber\LogSymfonyEmailSubscriber::getSubscribedEvents is more specific than the inferred return type 'array{'Symfony\\Component\\Mailer\\Event\\MessageEvent'::class: list{'log', 10}, ...<mixed, list{'save', -10}>}' (see https://psalm.dev/197)
MixedReturnTypeCoercion: src/EventSubscriber/LogSymfonyEmailSubscriber.php#L39
src/EventSubscriber/LogSymfonyEmailSubscriber.php:39:16: MixedReturnTypeCoercion: The type 'array{'Symfony\\Component\\Mailer\\Event\\MessageEvent'::class: list{'log', 10}, ...<mixed, list{'save', -10}>}' is more general than the declared return type 'array<string, array{0?: array{0: string, 1?: int}|string, 1?: array{0: string, 1?: int}|int, ...<int<0, max>, array{0: string, 1?: int}>}|string>' for Setono\SyliusMailerPlugin\EventSubscriber\LogSymfonyEmailSubscriber::getSubscribedEvents (see https://psalm.dev/197)
UndefinedClass: src/EventSubscriber/LogSymfonyEmailSubscriber.php#L41
src/EventSubscriber/LogSymfonyEmailSubscriber.php:41:13: UndefinedClass: Class, interface or enum named Symfony\Component\Mailer\Event\SentMessageEvent does not exist (see https://psalm.dev/019)
UndefinedClass: src/EventSubscriber/LogSymfonyEmailSubscriber.php#L79
src/EventSubscriber/LogSymfonyEmailSubscriber.php:79:26: UndefinedClass: Class, interface or enum named Symfony\Component\Mailer\Event\SentMessageEvent does not exist (see https://psalm.dev/019)
Static Code Analysis (PHP8.2 | Deps: highest | SF~5.4.0)
Process completed with exit code 2.
Static Code Analysis (PHP8.2 | Deps: lowest | SF~5.4.0)
The job was canceled because "_8_2_highest__5_4_0" failed.
MixedReturnTypeCoercion: src/EventSubscriber/LogSymfonyEmailSubscriber.php#L37
src/EventSubscriber/LogSymfonyEmailSubscriber.php:37:51: MixedReturnTypeCoercion: The declared return type 'array<string, array{0?: array{0: string, 1?: int}|string, 1?: array{0: string, 1?: int}|int, ...<int<0, max>, array{0: string, 1?: int}>}|string>' for Setono\SyliusMailerPlugin\EventSubscriber\LogSymfonyEmailSubscriber::getSubscribedEvents is more specific than the inferred return type 'non-empty-array<array-key, list{'log'|'save', -10|10}>' (see https://psalm.dev/197)
MixedArrayOffset: src/EventSubscriber/LogSymfonyEmailSubscriber.php#L39
src/EventSubscriber/LogSymfonyEmailSubscriber.php:39:16: MixedArrayOffset: Cannot create mixed offset – expecting array-key (see https://psalm.dev/031)
MixedReturnTypeCoercion: src/EventSubscriber/LogSymfonyEmailSubscriber.php#L39
src/EventSubscriber/LogSymfonyEmailSubscriber.php:39:16: MixedReturnTypeCoercion: The type 'non-empty-array<array-key, list{'log'|'save', -10|10}>' is more general than the declared return type 'array<string, array{0?: array{0: string, 1?: int}|string, 1?: array{0: string, 1?: int}|int, ...<int<0, max>, array{0: string, 1?: int}>}|string>' for Setono\SyliusMailerPlugin\EventSubscriber\LogSymfonyEmailSubscriber::getSubscribedEvents (see https://psalm.dev/197)
UndefinedClass: src/EventSubscriber/LogSymfonyEmailSubscriber.php#L40
src/EventSubscriber/LogSymfonyEmailSubscriber.php:40:13: UndefinedClass: Class, interface or enum named Symfony\Component\Mailer\Event\MessageEvent does not exist (see https://psalm.dev/019)
UndefinedClass: src/EventSubscriber/LogSymfonyEmailSubscriber.php#L41
src/EventSubscriber/LogSymfonyEmailSubscriber.php:41:13: UndefinedClass: Class, interface or enum named Symfony\Component\Mailer\Event\SentMessageEvent does not exist (see https://psalm.dev/019)
UndefinedClass: src/EventSubscriber/LogSymfonyEmailSubscriber.php#L45
src/EventSubscriber/LogSymfonyEmailSubscriber.php:45:25: UndefinedClass: Class, interface or enum named Symfony\Component\Mailer\Event\MessageEvent does not exist (see https://psalm.dev/019)
UndefinedClass: src/EventSubscriber/LogSymfonyEmailSubscriber.php#L79
src/EventSubscriber/LogSymfonyEmailSubscriber.php:79:26: UndefinedClass: Class, interface or enum named Symfony\Component\Mailer\Event\SentMessageEvent does not exist (see https://psalm.dev/019)
Static Code Analysis (PHP8.2 | Deps: lowest | SF~5.4.0)
Process completed with exit code 2.
Static Code Analysis (PHP8.2 | Deps: highest | SF~6.4.0)
The job was canceled because "_8_2_highest__5_4_0" failed.
Static Code Analysis (PHP8.1 | Deps: lowest | SF~5.4.0)
The job was canceled because "_8_2_highest__5_4_0" failed.
Static Code Analysis (PHP8.2 | Deps: lowest | SF~6.4.0)
The job was canceled because "_8_2_highest__5_4_0" failed.
Static Code Analysis (PHP8.2 | Deps: lowest | SF~6.4.0)
The operation was canceled.
Static Code Analysis (PHP8.1 | Deps: highest | SF~5.4.0)
The job was canceled because "_8_2_highest__5_4_0" failed.
Integration tests (PHP8.2 | Deps: lowest | SF~5.4.0)
The job was canceled because "_8_2_lowest__6_4_0" failed.
MixedReturnTypeCoercion: src/EventSubscriber/LogSymfonyEmailSubscriber.php#L37
src/EventSubscriber/LogSymfonyEmailSubscriber.php:37:51: MixedReturnTypeCoercion: The declared return type 'array<string, array{0?: array{0: string, 1?: int}|string, 1?: array{0: string, 1?: int}|int, ...<int<0, max>, array{0: string, 1?: int}>}|string>' for Setono\SyliusMailerPlugin\EventSubscriber\LogSymfonyEmailSubscriber::getSubscribedEvents is more specific than the inferred return type 'array{'Symfony\\Component\\Mailer\\Event\\MessageEvent'::class: list{'log', 10}, ...<mixed, list{'save', -10}>}' (see https://psalm.dev/197)
MixedReturnTypeCoercion: src/EventSubscriber/LogSymfonyEmailSubscriber.php#L39
src/EventSubscriber/LogSymfonyEmailSubscriber.php:39:16: MixedReturnTypeCoercion: The type 'array{'Symfony\\Component\\Mailer\\Event\\MessageEvent'::class: list{'log', 10}, ...<mixed, list{'save', -10}>}' is more general than the declared return type 'array<string, array{0?: array{0: string, 1?: int}|string, 1?: array{0: string, 1?: int}|int, ...<int<0, max>, array{0: string, 1?: int}>}|string>' for Setono\SyliusMailerPlugin\EventSubscriber\LogSymfonyEmailSubscriber::getSubscribedEvents (see https://psalm.dev/197)
UndefinedClass: src/EventSubscriber/LogSymfonyEmailSubscriber.php#L41
src/EventSubscriber/LogSymfonyEmailSubscriber.php:41:13: UndefinedClass: Class, interface or enum named Symfony\Component\Mailer\Event\SentMessageEvent does not exist (see https://psalm.dev/019)
UndefinedClass: src/EventSubscriber/LogSymfonyEmailSubscriber.php#L79
src/EventSubscriber/LogSymfonyEmailSubscriber.php:79:26: UndefinedClass: Class, interface or enum named Symfony\Component\Mailer\Event\SentMessageEvent does not exist (see https://psalm.dev/019)
Static Code Analysis (PHP8.1 | Deps: highest | SF~5.4.0)
The operation was canceled.
Integration tests (PHP8.1 | Deps: lowest | SF~5.4.0)
The job was canceled because "_8_2_lowest__6_4_0" failed.
Mutation tests (8.2, highest)
Process completed with exit code 1.