Skip to content

IBX-8470: Upgraded codebase to Symfony 6 #223

IBX-8470: Upgraded codebase to Symfony 6

IBX-8470: Upgraded codebase to Symfony 6 #223

Triggered via pull request February 4, 2025 12:02
Status Failure
Total duration 32s
Artifacts

ci.yaml

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

Annotations

6 errors
Run code style check (8.3): src/contracts/Mapper/SearchHitToContentSuggestionMapperInterface.php#L16
Method Ibexa\Contracts\Search\Mapper\SearchHitToContentSuggestionMapperInterface::map() has parameter $searchHit with generic class Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchHit but does not specify its types: T
Run code style check (8.3): src/lib/Mapper/PagerSearchContentToDataMapper.php#L88
PHPDoc tag @var for variable $searchHit contains generic class Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchHit but does not specify its types: T
Run code style check (8.3): src/lib/Mapper/SearchHitToContentSuggestionMapper.php#L1
Ignored error pattern #^Property Ibexa\\Contracts\\Core\\Repository\\Values\\Content\\Search\\SearchHit\:\:\$score \(float\) on left side of \?\? is not nullable\.$# in path /home/runner/work/search/search/src/lib/Mapper/SearchHitToContentSuggestionMapper.php was not matched in reported errors.
Run code style check (8.3): src/lib/Mapper/SearchHitToContentSuggestionMapper.php#L34
Method Ibexa\Search\Mapper\SearchHitToContentSuggestionMapper::map() has parameter $searchHit with generic class Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchHit but does not specify its types: T
Run code style check (8.3): src/lib/Mapper/SearchHitToContentSuggestionMapper.php#L64
Property Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchHit<Ibexa\Contracts\Core\Repository\Values\ValueObject>::$score (float) on left side of ?? is not nullable.
Run code style check (8.3)
Process completed with exit code 1.