Skip to content

Bump symfony/process from 6.2.8 to 6.4.14 #61

Bump symfony/process from 6.2.8 to 6.4.14

Bump symfony/process from 6.2.8 to 6.4.14 #61

Triggered via push November 6, 2024 16:47
Status Failure
Total duration 28s
Artifacts

phpstan-8.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
phpstan8: src/AllOf.php#L35
Method Kiboko\Component\ExpressionLanguage\Akeneo\AllOf::evaluate() has parameter $context with no value type specified in iterable type array.
phpstan8: src/AnyOf.php#L33
Method Kiboko\Component\ExpressionLanguage\Akeneo\AnyOf::evaluate() has parameter $context with no value type specified in iterable type array.
phpstan8: src/Attribute.php#L20
Method Kiboko\Component\ExpressionLanguage\Akeneo\Attribute::compile() has no return type specified.
phpstan8: src/Attribute.php#L30
Method Kiboko\Component\ExpressionLanguage\Akeneo\Attribute::evaluate() has no return type specified.
phpstan8: src/Attribute.php#L30
Method Kiboko\Component\ExpressionLanguage\Akeneo\Attribute::evaluate() has parameter $context with no value type specified in iterable type array.
phpstan8: src/Attribute.php#L30
Method Kiboko\Component\ExpressionLanguage\Akeneo\Attribute::evaluate() has parameter $input with no value type specified in iterable type array.
phpstan8: src/Build.php#L25
Method Kiboko\Component\ExpressionLanguage\Akeneo\Build::evaluate() has parameter $context with no value type specified in iterable type array.
phpstan8: src/Build.php#L25
Method Kiboko\Component\ExpressionLanguage\Akeneo\Build::evaluate() has parameter $values with no value type specified in iterable type array.
phpstan8: src/Build.php#L25
Method Kiboko\Component\ExpressionLanguage\Akeneo\Build::evaluate() return type has no value type specified in iterable type array.
phpstan8: src/Coalesce.php#L52
Method Kiboko\Component\ExpressionLanguage\Akeneo\Coalesce::evaluate() has parameter $context with no value type specified in iterable type array.
phpstan8
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/