Skip to content

Merge pull request #13 from php-etl/feature/reference-entities #53

Merge pull request #13 from php-etl/feature/reference-entities

Merge pull request #13 from php-etl/feature/reference-entities #53

Triggered via push October 10, 2023 08:38
Status Failure
Total duration 32s
Artifacts

phpstan-7.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
phpstan7: src/AllOf.php#L35
Method Kiboko\Component\ExpressionLanguage\Akeneo\AllOf::evaluate() has parameter $context with no value type specified in iterable type array.
phpstan7: src/AnyOf.php#L33
Method Kiboko\Component\ExpressionLanguage\Akeneo\AnyOf::evaluate() has parameter $context with no value type specified in iterable type array.
phpstan7: src/Attribute.php#L20
Method Kiboko\Component\ExpressionLanguage\Akeneo\Attribute::compile() has no return type specified.
phpstan7: src/Attribute.php#L30
Method Kiboko\Component\ExpressionLanguage\Akeneo\Attribute::evaluate() has no return type specified.
phpstan7: src/Attribute.php#L30
Method Kiboko\Component\ExpressionLanguage\Akeneo\Attribute::evaluate() has parameter $context with no value type specified in iterable type array.
phpstan7: src/Attribute.php#L30
Method Kiboko\Component\ExpressionLanguage\Akeneo\Attribute::evaluate() has parameter $input with no value type specified in iterable type array.
phpstan7: src/Build.php#L25
Method Kiboko\Component\ExpressionLanguage\Akeneo\Build::evaluate() has parameter $context with no value type specified in iterable type array.
phpstan7: src/Build.php#L25
Method Kiboko\Component\ExpressionLanguage\Akeneo\Build::evaluate() has parameter $values with no value type specified in iterable type array.
phpstan7: src/Build.php#L25
Method Kiboko\Component\ExpressionLanguage\Akeneo\Build::evaluate() return type has no value type specified in iterable type array.
phpstan7: src/Coalesce.php#L52
Method Kiboko\Component\ExpressionLanguage\Akeneo\Coalesce::evaluate() has parameter $context with no value type specified in iterable type array.