Skip to content

Add prototype for Galach query translator implementation #1056

Add prototype for Galach query translator implementation

Add prototype for Galach query translator implementation #1056

Triggered via pull request December 7, 2024 14:24
@alexander-schranzalexander-schranz
synchronize #462
Status Failure
Total duration 9m 44s
Artifacts

lint.yml

on: pull_request_target
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 1 warning
Lint: src/QueryTranslator.php#L69
While loop condition is always true.
Lint: src/QueryTranslator.php#L111
Instanceof between array<CmsIg\Seal\Search\Condition\AndCondition|CmsIg\Seal\Search\Condition\EqualCondition|CmsIg\Seal\Search\Condition\GreaterThanCondition|CmsIg\Seal\Search\Condition\GreaterThanEqualCondition|CmsIg\Seal\Search\Condition\IdentifierCondition|CmsIg\Seal\Search\Condition\LessThanCondition|CmsIg\Seal\Search\Condition\LessThanEqualCondition|CmsIg\Seal\Search\Condition\NotEqualCondition|CmsIg\Seal\Search\Condition\OrCondition> and CmsIg\Seal\Search\Condition\AbstractGroupCondition will always evaluate to false.
Lint: src/QueryTranslator.php#L111
Result of && is always false.
Lint: src/QueryTranslator.php#L133
Unreachable statement - code above always terminates.
Lint: src/QueryTranslator.php#L142
Method CmsIg\Seal\QueryTranslator\QueryTranslator::fetch() has parameter $nodes with no value type specified in iterable type iterable.
Lint: tests/QueryTranslatorTest.php#L21
Attribute class CmsIg\Seal\QueryTranslator\Tests\Covers does not exist.
Lint
Process completed with exit code 1.
Lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636