Add an age verification tab on the product edit page #5
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
Annotations
21 errors
Dependency Analysis (PHP8.1 | Deps: highest | 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_1_highest__6_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_1_highest__6_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~6.4.0)
The job was canceled because "_8_1_highest__6_4_0" failed.
|
MixedReturnTypeCoercion:
src/EventSubscriber/Admin/AddAgeVerificationTabSubscriber.php#L13
src/EventSubscriber/Admin/AddAgeVerificationTabSubscriber.php:13: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\SyliusAgeVerificationPlugin\EventSubscriber\Admin\AddAgeVerificationTabSubscriber::getSubscribedEvents is more specific than the inferred return type 'non-empty-array<array-key, 'addTab'>' (see https://psalm.dev/197)
|
MixedArrayOffset:
src/EventSubscriber/Admin/AddAgeVerificationTabSubscriber.php#L15
src/EventSubscriber/Admin/AddAgeVerificationTabSubscriber.php:15:16: MixedArrayOffset: Cannot create mixed offset – expecting array-key (see https://psalm.dev/031)
|
MixedReturnTypeCoercion:
src/EventSubscriber/Admin/AddAgeVerificationTabSubscriber.php#L15
src/EventSubscriber/Admin/AddAgeVerificationTabSubscriber.php:15:16: MixedReturnTypeCoercion: The type 'non-empty-array<array-key, 'addTab'>' 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\SyliusAgeVerificationPlugin\EventSubscriber\Admin\AddAgeVerificationTabSubscriber::getSubscribedEvents (see https://psalm.dev/197)
|
UndefinedClass:
src/EventSubscriber/Admin/AddAgeVerificationTabSubscriber.php#L16
src/EventSubscriber/Admin/AddAgeVerificationTabSubscriber.php:16:13: UndefinedClass: Class, interface or enum named Sylius\Bundle\AdminBundle\Menu\ProductFormMenuBuilder does not exist (see https://psalm.dev/019)
|
UndefinedClass:
src/EventSubscriber/Admin/AddAgeVerificationTabSubscriber.php#L20
src/EventSubscriber/Admin/AddAgeVerificationTabSubscriber.php:20:28: UndefinedClass: Class, interface or enum named Sylius\Bundle\AdminBundle\Event\ProductMenuBuilderEvent does not exist (see https://psalm.dev/019)
|
Static Code Analysis (PHP8.2 | Deps: highest | SF~6.4.0)
Process completed with exit code 2.
|
MixedReturnTypeCoercion:
src/EventSubscriber/Admin/AddAgeVerificationTabSubscriber.php#L13
src/EventSubscriber/Admin/AddAgeVerificationTabSubscriber.php:13: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\SyliusAgeVerificationPlugin\EventSubscriber\Admin\AddAgeVerificationTabSubscriber::getSubscribedEvents is more specific than the inferred return type 'non-empty-array<array-key, 'addTab'>' (see https://psalm.dev/197)
|
MixedArrayOffset:
src/EventSubscriber/Admin/AddAgeVerificationTabSubscriber.php#L15
src/EventSubscriber/Admin/AddAgeVerificationTabSubscriber.php:15:16: MixedArrayOffset: Cannot create mixed offset – expecting array-key (see https://psalm.dev/031)
|
MixedReturnTypeCoercion:
src/EventSubscriber/Admin/AddAgeVerificationTabSubscriber.php#L15
src/EventSubscriber/Admin/AddAgeVerificationTabSubscriber.php:15:16: MixedReturnTypeCoercion: The type 'non-empty-array<array-key, 'addTab'>' 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\SyliusAgeVerificationPlugin\EventSubscriber\Admin\AddAgeVerificationTabSubscriber::getSubscribedEvents (see https://psalm.dev/197)
|
UndefinedClass:
src/EventSubscriber/Admin/AddAgeVerificationTabSubscriber.php#L16
src/EventSubscriber/Admin/AddAgeVerificationTabSubscriber.php:16:13: UndefinedClass: Class, interface or enum named Sylius\Bundle\AdminBundle\Menu\ProductFormMenuBuilder does not exist (see https://psalm.dev/019)
|
UndefinedClass:
src/EventSubscriber/Admin/AddAgeVerificationTabSubscriber.php#L20
src/EventSubscriber/Admin/AddAgeVerificationTabSubscriber.php:20:28: UndefinedClass: Class, interface or enum named Sylius\Bundle\AdminBundle\Event\ProductMenuBuilderEvent does not exist (see https://psalm.dev/019)
|
Static Code Analysis (PHP8.1 | Deps: highest | SF~6.4.0)
Process completed with exit code 2.
|
Static Code Analysis (PHP8.2 | Deps: lowest | SF~6.4.0)
The job was canceled because "_8_2_highest__6_4_0" failed.
|
Static Code Analysis (PHP8.1 | Deps: lowest | SF~6.4.0)
The job was canceled because "_8_2_highest__6_4_0" failed.
|
Mutation tests (8.2, highest)
Process completed with exit code 1.
|