Skip to content

cs-fixer fix and phpstan analyse #46

cs-fixer fix and phpstan analyse

cs-fixer fix and phpstan analyse #46

Triggered via push June 13, 2024 15:17
Status Failure
Total duration 32s
Artifacts

phpstan-6.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
phpstan6: src/AllOf.php#L35
Method Kiboko\Component\ExpressionLanguage\Akeneo\AllOf::evaluate() has parameter $context with no value type specified in iterable type array.
phpstan6: src/AnyOf.php#L33
Method Kiboko\Component\ExpressionLanguage\Akeneo\AnyOf::evaluate() has parameter $context with no value type specified in iterable type array.
phpstan6: src/Attribute.php#L20
Method Kiboko\Component\ExpressionLanguage\Akeneo\Attribute::compile() has no return type specified.
phpstan6: src/Attribute.php#L30
Method Kiboko\Component\ExpressionLanguage\Akeneo\Attribute::evaluate() has no return type specified.
phpstan6: src/Attribute.php#L30
Method Kiboko\Component\ExpressionLanguage\Akeneo\Attribute::evaluate() has parameter $context with no value type specified in iterable type array.
phpstan6: src/Attribute.php#L30
Method Kiboko\Component\ExpressionLanguage\Akeneo\Attribute::evaluate() has parameter $input with no value type specified in iterable type array.
phpstan6: src/Build.php#L25
Method Kiboko\Component\ExpressionLanguage\Akeneo\Build::evaluate() has parameter $context with no value type specified in iterable type array.
phpstan6: src/Build.php#L25
Method Kiboko\Component\ExpressionLanguage\Akeneo\Build::evaluate() has parameter $values with no value type specified in iterable type array.
phpstan6: src/Build.php#L25
Method Kiboko\Component\ExpressionLanguage\Akeneo\Build::evaluate() return type has no value type specified in iterable type array.
phpstan6: src/Coalesce.php#L52
Method Kiboko\Component\ExpressionLanguage\Akeneo\Coalesce::evaluate() has parameter $context with no value type specified in iterable type array.
phpstan6
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.