Skip to content

IBX-8471: Upgraded codebase to Symfony 7 #231

IBX-8471: Upgraded codebase to Symfony 7

IBX-8471: Upgraded codebase to Symfony 7 #231

Triggered via pull request March 3, 2025 22:21
Status Failure
Total duration 21m 51s
Artifacts

ci.yaml

on: pull_request
Matrix: Run code style check
Matrix: Run rector
Matrix: Unit tests
Fit to window
Zoom out
Zoom in

Annotations

11 errors
Unit tests (8.3)
Process completed with exit code 255.
Run code style check (8.3): src/bundle/Form/DataTransformer/DateIntervalTransformer.php#L26
Return type mixed of method Ibexa\Bundle\Search\Form\DataTransformer\DateIntervalTransformer::transform() is not covariant with return type mixed of method Symfony\Component\Form\DataTransformerInterface<mixed,mixed>::transform().
Run code style check (8.3): src/bundle/Form/DataTransformer/DateIntervalTransformer.php#L41
Return type mixed of method Ibexa\Bundle\Search\Form\DataTransformer\DateIntervalTransformer::reverseTransform() is not covariant with return type mixed of method Symfony\Component\Form\DataTransformerInterface<mixed,mixed>::reverseTransform().
Run code style check (8.3): src/bundle/Form/DataTransformer/UserTransformer.php#L42
Return type mixed of method Ibexa\Bundle\Search\Form\DataTransformer\UserTransformer::transform() is not covariant with return type mixed of method Symfony\Component\Form\DataTransformerInterface<mixed,mixed>::transform().
Run code style check (8.3): src/bundle/Twig/Extension/SearchFacetsExtension.php#L68
Parameter #2 ...$values of function sprintf expects bool|float|int|string|null, string|Symfony\Contracts\Translation\TranslatableInterface|false given.
Run code style check (8.3): src/lib/Serializer/Normalizer/Suggestion/ContentSuggestionNormalizer.php#L17
Class Ibexa\Search\Serializer\Normalizer\Suggestion\ContentSuggestionNormalizer implements unknown interface Symfony\Component\Serializer\Normalizer\CacheableSupportsMethodInterface.
Run code style check (8.3): src/lib/Serializer/Normalizer/Suggestion/ContentSuggestionNormalizer.php#L17
Non-abstract class Ibexa\Search\Serializer\Normalizer\Suggestion\ContentSuggestionNormalizer contains abstract method getSupportedTypes() from interface Symfony\Component\Serializer\Normalizer\NormalizerInterface.
Run code style check (8.3): src/lib/Serializer/Normalizer/Suggestion/ContentSuggestionNormalizer.php#L44
Method Ibexa\Search\Serializer\Normalizer\Suggestion\ContentSuggestionNormalizer::supportsNormalization() overrides method Symfony\Component\Serializer\Normalizer\NormalizerInterface::supportsNormalization() but misses parameter #3 $context.
Run code style check (8.3): src/lib/Serializer/Normalizer/Suggestion/LocationNormalizer.php#L14
Non-abstract class Ibexa\Search\Serializer\Normalizer\Suggestion\LocationNormalizer contains abstract method getSupportedTypes() from interface Symfony\Component\Serializer\Normalizer\NormalizerInterface.
Run code style check (8.3): src/lib/Serializer/Normalizer/Suggestion/LocationNormalizer.php#L30
Method Ibexa\Search\Serializer\Normalizer\Suggestion\LocationNormalizer::supportsNormalization() overrides method Symfony\Component\Serializer\Normalizer\NormalizerInterface::supportsNormalization() but misses parameter #3 $context.
Run code style check (8.3): src/lib/Serializer/Normalizer/Suggestion/ParentLocationCollectionNormalizer.php#L17
Class Ibexa\Search\Serializer\Normalizer\Suggestion\ParentLocationCollectionNormalizer implements unknown interface Symfony\Component\Serializer\Normalizer\CacheableSupportsMethodInterface.