Skip to content

Refactor the Search Engine & Filter Builder #135

Refactor the Search Engine & Filter Builder

Refactor the Search Engine & Filter Builder #135

Triggered via pull request August 23, 2024 13:56
Status Failure
Total duration 2m 11s
Artifacts

build.yaml

on: pull_request
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

98 errors
Unit tests (PHP8.2 | Deps: highest | SF~6.4.0)
Process completed with exit code 2.
Unit tests (PHP8.1 | Deps: highest | SF~6.4.0)
The job was canceled because "_8_2_highest__6_4_0" failed.
Unit tests (PHP8.2 | Deps: highest | SF~5.4.0)
The job was canceled because "_8_2_highest__6_4_0" failed.
Unit tests (PHP8.2 | Deps: lowest | SF~6.4.0)
The job was canceled because "_8_2_highest__6_4_0" failed.
Unit tests (PHP8.1 | Deps: highest | SF~5.4.0)
The job was canceled because "_8_2_highest__6_4_0" failed.
MixedAssignment: src/Engine/SearchEngine.php#L32
src/Engine/SearchEngine.php:32:9: MixedAssignment: Unable to determine the type that $facetsFilter is being assigned to (see https://psalm.dev/032)
MixedArgument: src/Engine/SearchEngine.php#L38
src/Engine/SearchEngine.php:38:47: MixedArgument: Argument 1 of Setono\SyliusMeilisearchPlugin\Meilisearch\Builder\FilterBuilderInterface::build cannot be array<never, never>|mixed, expecting array<array-key, mixed> (see https://psalm.dev/030)
MixedArgumentTypeCoercion: src/Engine/SearchEngine.php#L40
src/Engine/SearchEngine.php:40:74: MixedArgumentTypeCoercion: Argument 4 of Setono\SyliusMeilisearchPlugin\Engine\SearchEngine::buildSearchQuery expects array<string, mixed>, but parent type array<array-key, mixed>|string provided (see https://psalm.dev/194)
MixedAssignment: src/Engine/SearchEngine.php#L49
src/Engine/SearchEngine.php:49:9: MixedAssignment: Unable to determine the type that $results is being assigned to (see https://psalm.dev/032)
ArgumentTypeCoercion: src/Engine/SearchEngine.php#L49
src/Engine/SearchEngine.php:49:47: ArgumentTypeCoercion: Argument 1 of Meilisearch\Client::multiSearch expects list<Meilisearch\Contracts\SearchQuery>, but parent type array{0: Meilisearch\Contracts\SearchQuery, ...<array-key, Meilisearch\Contracts\SearchQuery>} provided (see https://psalm.dev/193)
MixedArgument: src/Engine/SearchEngine.php#L54
src/Engine/SearchEngine.php:54:32: MixedArgument: Argument 1 of current cannot be array<never, never>|mixed, expecting array<array-key, mixed> (see https://psalm.dev/030)
MixedArgument: src/Engine/SearchEngine.php#L55
src/Engine/SearchEngine.php:55:60: MixedArgument: Argument 1 of array_merge cannot be mixed, expecting array<array-key, mixed> (see https://psalm.dev/030)
MixedArgument: src/Engine/SearchEngine.php#L55
src/Engine/SearchEngine.php:55:73: MixedArgument: Argument 1 of array_column cannot be array<never, never>|mixed, expecting array<array-key, mixed> (see https://psalm.dev/030)
UndefinedVariable: src/Engine/SearchEngine.php#L72
src/Engine/SearchEngine.php:72:17: UndefinedVariable: Cannot find referenced variable $parameters (see https://psalm.dev/024)
MixedArgument: src/Engine/SearchEngine.php#L72
src/Engine/SearchEngine.php:72:17: MixedArgument: Argument 1 of array_filter cannot be array<never, never>|mixed, expecting array<array-key, mixed> (see https://psalm.dev/030)
Unit tests (PHP8.1 | Deps: lowest | SF~5.4.0)
The job was canceled because "_8_2_highest__6_4_0" failed.
Coding Standards (PHP8.1 | Deps: highest)
Process completed with exit code 1.
Static Code Analysis (PHP8.2 | Deps: highest | SF~5.4.0)
The job was canceled because "_8_2_lowest__6_4_0" failed.
MixedAssignment: src/Engine/SearchEngine.php#L32
src/Engine/SearchEngine.php:32:9: MixedAssignment: Unable to determine the type that $facetsFilter is being assigned to (see https://psalm.dev/032)
MixedArgument: src/Engine/SearchEngine.php#L38
src/Engine/SearchEngine.php:38:47: MixedArgument: Argument 1 of Setono\SyliusMeilisearchPlugin\Meilisearch\Builder\FilterBuilderInterface::build cannot be array<never, never>|mixed, expecting array<array-key, mixed> (see https://psalm.dev/030)
MixedArgumentTypeCoercion: src/Engine/SearchEngine.php#L40
src/Engine/SearchEngine.php:40:74: MixedArgumentTypeCoercion: Argument 4 of Setono\SyliusMeilisearchPlugin\Engine\SearchEngine::buildSearchQuery expects array<string, mixed>, but parent type array<array-key, mixed>|string provided (see https://psalm.dev/194)
MixedAssignment: src/Engine/SearchEngine.php#L49
src/Engine/SearchEngine.php:49:9: MixedAssignment: Unable to determine the type that $results is being assigned to (see https://psalm.dev/032)
ArgumentTypeCoercion: src/Engine/SearchEngine.php#L49
src/Engine/SearchEngine.php:49:47: ArgumentTypeCoercion: Argument 1 of Meilisearch\Client::multiSearch expects list<Meilisearch\Contracts\SearchQuery>, but parent type array{0: Meilisearch\Contracts\SearchQuery, ...<array-key, Meilisearch\Contracts\SearchQuery>} provided (see https://psalm.dev/193)
MixedArgument: src/Engine/SearchEngine.php#L54
src/Engine/SearchEngine.php:54:32: MixedArgument: Argument 1 of current cannot be array<never, never>|mixed, expecting array<array-key, mixed> (see https://psalm.dev/030)
MixedArgument: src/Engine/SearchEngine.php#L55
src/Engine/SearchEngine.php:55:60: MixedArgument: Argument 1 of array_merge cannot be mixed, expecting array<array-key, mixed> (see https://psalm.dev/030)
MixedArgument: src/Engine/SearchEngine.php#L55
src/Engine/SearchEngine.php:55:73: MixedArgument: Argument 1 of array_column cannot be array<never, never>|mixed, expecting array<array-key, mixed> (see https://psalm.dev/030)
UndefinedVariable: src/Engine/SearchEngine.php#L72
src/Engine/SearchEngine.php:72:17: UndefinedVariable: Cannot find referenced variable $parameters (see https://psalm.dev/024)
MixedArgument: src/Engine/SearchEngine.php#L72
src/Engine/SearchEngine.php:72:17: MixedArgument: Argument 1 of array_filter cannot be array<never, never>|mixed, expecting array<array-key, mixed> (see https://psalm.dev/030)
Unit tests (PHP8.2 | Deps: lowest | SF~5.4.0)
The job was canceled because "_8_2_highest__6_4_0" failed.
Unit tests (PHP8.1 | 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_lowest__6_4_0" failed.
MixedAssignment: src/Engine/SearchEngine.php#L32
src/Engine/SearchEngine.php:32:9: MixedAssignment: Unable to determine the type that $facetsFilter is being assigned to (see https://psalm.dev/032)
MixedArgument: src/Engine/SearchEngine.php#L38
src/Engine/SearchEngine.php:38:47: MixedArgument: Argument 1 of Setono\SyliusMeilisearchPlugin\Meilisearch\Builder\FilterBuilderInterface::build cannot be array<never, never>|mixed, expecting array<array-key, mixed> (see https://psalm.dev/030)
MixedArgumentTypeCoercion: src/Engine/SearchEngine.php#L40
src/Engine/SearchEngine.php:40:74: MixedArgumentTypeCoercion: Argument 4 of Setono\SyliusMeilisearchPlugin\Engine\SearchEngine::buildSearchQuery expects array<string, mixed>, but parent type array<array-key, mixed>|string provided (see https://psalm.dev/194)
MixedAssignment: src/Engine/SearchEngine.php#L49
src/Engine/SearchEngine.php:49:9: MixedAssignment: Unable to determine the type that $results is being assigned to (see https://psalm.dev/032)
ArgumentTypeCoercion: src/Engine/SearchEngine.php#L49
src/Engine/SearchEngine.php:49:47: ArgumentTypeCoercion: Argument 1 of Meilisearch\Client::multiSearch expects list<Meilisearch\Contracts\SearchQuery>, but parent type array{0: Meilisearch\Contracts\SearchQuery, ...<array-key, Meilisearch\Contracts\SearchQuery>} provided (see https://psalm.dev/193)
MixedArgument: src/Engine/SearchEngine.php#L54
src/Engine/SearchEngine.php:54:32: MixedArgument: Argument 1 of current cannot be array<never, never>|mixed, expecting array<array-key, mixed> (see https://psalm.dev/030)
MixedArgument: src/Engine/SearchEngine.php#L55
src/Engine/SearchEngine.php:55:60: MixedArgument: Argument 1 of array_merge cannot be mixed, expecting array<array-key, mixed> (see https://psalm.dev/030)
MixedArgument: src/Engine/SearchEngine.php#L55
src/Engine/SearchEngine.php:55:73: MixedArgument: Argument 1 of array_column cannot be array<never, never>|mixed, expecting array<array-key, mixed> (see https://psalm.dev/030)
UndefinedVariable: src/Engine/SearchEngine.php#L72
src/Engine/SearchEngine.php:72:17: UndefinedVariable: Cannot find referenced variable $parameters (see https://psalm.dev/024)
MixedArgument: src/Engine/SearchEngine.php#L72
src/Engine/SearchEngine.php:72:17: MixedArgument: Argument 1 of array_filter cannot be array<never, never>|mixed, expecting array<array-key, mixed> (see https://psalm.dev/030)
Static Code Analysis (PHP8.1 | Deps: highest | SF~6.4.0)
The job was canceled because "_8_2_lowest__6_4_0" failed.
MixedAssignment: src/Engine/SearchEngine.php#L32
src/Engine/SearchEngine.php:32:9: MixedAssignment: Unable to determine the type that $facetsFilter is being assigned to (see https://psalm.dev/032)
MixedArgument: src/Engine/SearchEngine.php#L38
src/Engine/SearchEngine.php:38:47: MixedArgument: Argument 1 of Setono\SyliusMeilisearchPlugin\Meilisearch\Builder\FilterBuilderInterface::build cannot be array<never, never>|mixed, expecting array<array-key, mixed> (see https://psalm.dev/030)
MixedArgumentTypeCoercion: src/Engine/SearchEngine.php#L40
src/Engine/SearchEngine.php:40:74: MixedArgumentTypeCoercion: Argument 4 of Setono\SyliusMeilisearchPlugin\Engine\SearchEngine::buildSearchQuery expects array<string, mixed>, but parent type array<array-key, mixed>|string provided (see https://psalm.dev/194)
MixedAssignment: src/Engine/SearchEngine.php#L49
src/Engine/SearchEngine.php:49:9: MixedAssignment: Unable to determine the type that $results is being assigned to (see https://psalm.dev/032)
ArgumentTypeCoercion: src/Engine/SearchEngine.php#L49
src/Engine/SearchEngine.php:49:47: ArgumentTypeCoercion: Argument 1 of Meilisearch\Client::multiSearch expects list<Meilisearch\Contracts\SearchQuery>, but parent type array{0: Meilisearch\Contracts\SearchQuery, ...<array-key, Meilisearch\Contracts\SearchQuery>} provided (see https://psalm.dev/193)
MixedArgument: src/Engine/SearchEngine.php#L54
src/Engine/SearchEngine.php:54:32: MixedArgument: Argument 1 of current cannot be array<never, never>|mixed, expecting array<array-key, mixed> (see https://psalm.dev/030)
MixedArgument: src/Engine/SearchEngine.php#L55
src/Engine/SearchEngine.php:55:60: MixedArgument: Argument 1 of array_merge cannot be mixed, expecting array<array-key, mixed> (see https://psalm.dev/030)
MixedArgument: src/Engine/SearchEngine.php#L55
src/Engine/SearchEngine.php:55:73: MixedArgument: Argument 1 of array_column cannot be array<never, never>|mixed, expecting array<array-key, mixed> (see https://psalm.dev/030)
UndefinedVariable: src/Engine/SearchEngine.php#L72
src/Engine/SearchEngine.php:72:17: UndefinedVariable: Cannot find referenced variable $parameters (see https://psalm.dev/024)
MixedArgument: src/Engine/SearchEngine.php#L72
src/Engine/SearchEngine.php:72:17: MixedArgument: Argument 1 of array_filter cannot be array<never, never>|mixed, expecting array<array-key, mixed> (see https://psalm.dev/030)
Static Code Analysis (PHP8.1 | Deps: highest | SF~5.4.0)
The job was canceled because "_8_2_lowest__6_4_0" failed.
MixedAssignment: src/Engine/SearchEngine.php#L32
src/Engine/SearchEngine.php:32:9: MixedAssignment: Unable to determine the type that $facetsFilter is being assigned to (see https://psalm.dev/032)
MixedArgument: src/Engine/SearchEngine.php#L38
src/Engine/SearchEngine.php:38:47: MixedArgument: Argument 1 of Setono\SyliusMeilisearchPlugin\Meilisearch\Builder\FilterBuilderInterface::build cannot be array<never, never>|mixed, expecting array<array-key, mixed> (see https://psalm.dev/030)
MixedArgumentTypeCoercion: src/Engine/SearchEngine.php#L40
src/Engine/SearchEngine.php:40:74: MixedArgumentTypeCoercion: Argument 4 of Setono\SyliusMeilisearchPlugin\Engine\SearchEngine::buildSearchQuery expects array<string, mixed>, but parent type array<array-key, mixed>|string provided (see https://psalm.dev/194)
MixedAssignment: src/Engine/SearchEngine.php#L49
src/Engine/SearchEngine.php:49:9: MixedAssignment: Unable to determine the type that $results is being assigned to (see https://psalm.dev/032)
ArgumentTypeCoercion: src/Engine/SearchEngine.php#L49
src/Engine/SearchEngine.php:49:47: ArgumentTypeCoercion: Argument 1 of Meilisearch\Client::multiSearch expects list<Meilisearch\Contracts\SearchQuery>, but parent type array{0: Meilisearch\Contracts\SearchQuery, ...<array-key, Meilisearch\Contracts\SearchQuery>} provided (see https://psalm.dev/193)
MixedArgument: src/Engine/SearchEngine.php#L54
src/Engine/SearchEngine.php:54:32: MixedArgument: Argument 1 of current cannot be array<never, never>|mixed, expecting array<array-key, mixed> (see https://psalm.dev/030)
MixedArgument: src/Engine/SearchEngine.php#L55
src/Engine/SearchEngine.php:55:60: MixedArgument: Argument 1 of array_merge cannot be mixed, expecting array<array-key, mixed> (see https://psalm.dev/030)
MixedArgument: src/Engine/SearchEngine.php#L55
src/Engine/SearchEngine.php:55:73: MixedArgument: Argument 1 of array_column cannot be array<never, never>|mixed, expecting array<array-key, mixed> (see https://psalm.dev/030)
UndefinedVariable: src/Engine/SearchEngine.php#L72
src/Engine/SearchEngine.php:72:17: UndefinedVariable: Cannot find referenced variable $parameters (see https://psalm.dev/024)
MixedArgument: src/Engine/SearchEngine.php#L72
src/Engine/SearchEngine.php:72:17: MixedArgument: Argument 1 of array_filter cannot be array<never, never>|mixed, expecting array<array-key, mixed> (see https://psalm.dev/030)
Static Code Analysis (PHP8.2 | Deps: highest | SF~6.4.0)
The job was canceled because "_8_2_lowest__6_4_0" failed.
MixedAssignment: src/Engine/SearchEngine.php#L32
src/Engine/SearchEngine.php:32:9: MixedAssignment: Unable to determine the type that $facetsFilter is being assigned to (see https://psalm.dev/032)
MixedArgument: src/Engine/SearchEngine.php#L38
src/Engine/SearchEngine.php:38:47: MixedArgument: Argument 1 of Setono\SyliusMeilisearchPlugin\Meilisearch\Builder\FilterBuilderInterface::build cannot be array<never, never>|mixed, expecting array<array-key, mixed> (see https://psalm.dev/030)
MixedArgumentTypeCoercion: src/Engine/SearchEngine.php#L40
src/Engine/SearchEngine.php:40:74: MixedArgumentTypeCoercion: Argument 4 of Setono\SyliusMeilisearchPlugin\Engine\SearchEngine::buildSearchQuery expects array<string, mixed>, but parent type array<array-key, mixed>|string provided (see https://psalm.dev/194)
MixedAssignment: src/Engine/SearchEngine.php#L49
src/Engine/SearchEngine.php:49:9: MixedAssignment: Unable to determine the type that $results is being assigned to (see https://psalm.dev/032)
ArgumentTypeCoercion: src/Engine/SearchEngine.php#L49
src/Engine/SearchEngine.php:49:47: ArgumentTypeCoercion: Argument 1 of Meilisearch\Client::multiSearch expects list<Meilisearch\Contracts\SearchQuery>, but parent type array{0: Meilisearch\Contracts\SearchQuery, ...<array-key, Meilisearch\Contracts\SearchQuery>} provided (see https://psalm.dev/193)
MixedArgument: src/Engine/SearchEngine.php#L54
src/Engine/SearchEngine.php:54:32: MixedArgument: Argument 1 of current cannot be array<never, never>|mixed, expecting array<array-key, mixed> (see https://psalm.dev/030)
MixedArgument: src/Engine/SearchEngine.php#L55
src/Engine/SearchEngine.php:55:60: MixedArgument: Argument 1 of array_merge cannot be mixed, expecting array<array-key, mixed> (see https://psalm.dev/030)
MixedArgument: src/Engine/SearchEngine.php#L55
src/Engine/SearchEngine.php:55:73: MixedArgument: Argument 1 of array_column cannot be array<never, never>|mixed, expecting array<array-key, mixed> (see https://psalm.dev/030)
UndefinedVariable: src/Engine/SearchEngine.php#L72
src/Engine/SearchEngine.php:72:17: UndefinedVariable: Cannot find referenced variable $parameters (see https://psalm.dev/024)
MixedArgument: src/Engine/SearchEngine.php#L72
src/Engine/SearchEngine.php:72:17: MixedArgument: Argument 1 of array_filter cannot be array<never, never>|mixed, expecting array<array-key, mixed> (see https://psalm.dev/030)
Static Code Analysis (PHP8.2 | Deps: lowest | SF~5.4.0)
The job was canceled because "_8_2_lowest__6_4_0" failed.
MixedAssignment: src/Engine/SearchEngine.php#L32
src/Engine/SearchEngine.php:32:9: MixedAssignment: Unable to determine the type that $facetsFilter is being assigned to (see https://psalm.dev/032)
MixedArgument: src/Engine/SearchEngine.php#L38
src/Engine/SearchEngine.php:38:47: MixedArgument: Argument 1 of Setono\SyliusMeilisearchPlugin\Meilisearch\Builder\FilterBuilderInterface::build cannot be array<never, never>|mixed, expecting array<array-key, mixed> (see https://psalm.dev/030)
MixedArgumentTypeCoercion: src/Engine/SearchEngine.php#L40
src/Engine/SearchEngine.php:40:74: MixedArgumentTypeCoercion: Argument 4 of Setono\SyliusMeilisearchPlugin\Engine\SearchEngine::buildSearchQuery expects array<string, mixed>, but parent type array<array-key, mixed>|string provided (see https://psalm.dev/194)
MixedAssignment: src/Engine/SearchEngine.php#L49
src/Engine/SearchEngine.php:49:9: MixedAssignment: Unable to determine the type that $results is being assigned to (see https://psalm.dev/032)
ArgumentTypeCoercion: src/Engine/SearchEngine.php#L49
src/Engine/SearchEngine.php:49:47: ArgumentTypeCoercion: Argument 1 of Meilisearch\Client::multiSearch expects list<Meilisearch\Contracts\SearchQuery>, but parent type array{0: Meilisearch\Contracts\SearchQuery, ...<array-key, Meilisearch\Contracts\SearchQuery>} provided (see https://psalm.dev/193)
MixedArgument: src/Engine/SearchEngine.php#L54
src/Engine/SearchEngine.php:54:32: MixedArgument: Argument 1 of current cannot be array<never, never>|mixed, expecting array<array-key, mixed> (see https://psalm.dev/030)
MixedArgument: src/Engine/SearchEngine.php#L55
src/Engine/SearchEngine.php:55:60: MixedArgument: Argument 1 of array_merge cannot be mixed, expecting array<array-key, mixed> (see https://psalm.dev/030)
MixedArgument: src/Engine/SearchEngine.php#L55
src/Engine/SearchEngine.php:55:73: MixedArgument: Argument 1 of array_column cannot be array<never, never>|mixed, expecting array<array-key, mixed> (see https://psalm.dev/030)
UndefinedVariable: src/Engine/SearchEngine.php#L72
src/Engine/SearchEngine.php:72:17: UndefinedVariable: Cannot find referenced variable $parameters (see https://psalm.dev/024)
MixedArgument: src/Engine/SearchEngine.php#L72
src/Engine/SearchEngine.php:72:17: MixedArgument: Argument 1 of array_filter cannot be array<never, never>|mixed, expecting array<array-key, mixed> (see https://psalm.dev/030)
Static Code Analysis (PHP8.1 | Deps: lowest | SF~5.4.0)
The job was canceled because "_8_2_lowest__6_4_0" failed.
MixedAssignment: src/Engine/SearchEngine.php#L32
src/Engine/SearchEngine.php:32:9: MixedAssignment: Unable to determine the type that $facetsFilter is being assigned to (see https://psalm.dev/032)
MixedArgument: src/Engine/SearchEngine.php#L38
src/Engine/SearchEngine.php:38:47: MixedArgument: Argument 1 of Setono\SyliusMeilisearchPlugin\Meilisearch\Builder\FilterBuilderInterface::build cannot be array<never, never>|mixed, expecting array<array-key, mixed> (see https://psalm.dev/030)
MixedArgumentTypeCoercion: src/Engine/SearchEngine.php#L40
src/Engine/SearchEngine.php:40:74: MixedArgumentTypeCoercion: Argument 4 of Setono\SyliusMeilisearchPlugin\Engine\SearchEngine::buildSearchQuery expects array<string, mixed>, but parent type array<array-key, mixed>|string provided (see https://psalm.dev/194)
MixedAssignment: src/Engine/SearchEngine.php#L49
src/Engine/SearchEngine.php:49:9: MixedAssignment: Unable to determine the type that $results is being assigned to (see https://psalm.dev/032)
ArgumentTypeCoercion: src/Engine/SearchEngine.php#L49
src/Engine/SearchEngine.php:49:47: ArgumentTypeCoercion: Argument 1 of Meilisearch\Client::multiSearch expects list<Meilisearch\Contracts\SearchQuery>, but parent type array{0: Meilisearch\Contracts\SearchQuery, ...<array-key, Meilisearch\Contracts\SearchQuery>} provided (see https://psalm.dev/193)
MixedArgument: src/Engine/SearchEngine.php#L54
src/Engine/SearchEngine.php:54:32: MixedArgument: Argument 1 of current cannot be array<never, never>|mixed, expecting array<array-key, mixed> (see https://psalm.dev/030)
MixedArgument: src/Engine/SearchEngine.php#L55
src/Engine/SearchEngine.php:55:60: MixedArgument: Argument 1 of array_merge cannot be mixed, expecting array<array-key, mixed> (see https://psalm.dev/030)
MixedArgument: src/Engine/SearchEngine.php#L55
src/Engine/SearchEngine.php:55:73: MixedArgument: Argument 1 of array_column cannot be array<never, never>|mixed, expecting array<array-key, mixed> (see https://psalm.dev/030)
UndefinedVariable: src/Engine/SearchEngine.php#L72
src/Engine/SearchEngine.php:72:17: UndefinedVariable: Cannot find referenced variable $parameters (see https://psalm.dev/024)
MixedArgument: src/Engine/SearchEngine.php#L72
src/Engine/SearchEngine.php:72:17: MixedArgument: Argument 1 of array_filter cannot be array<never, never>|mixed, expecting array<array-key, mixed> (see https://psalm.dev/030)
Code Coverage (PHP8.2 | Deps: highest)
Process completed with exit code 2.
Mutation tests (8.2, highest)
Process completed with exit code 1.