Skip to content

Merge pull request #12 from php-etl/feature/empty-function #46

Merge pull request #12 from php-etl/feature/empty-function

Merge pull request #12 from php-etl/feature/empty-function #46

Triggered via push October 2, 2023 15:20
Status Failure
Total duration 36s
Artifacts

phpstan-8.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
phpstan: src/ExtractData.php#L30
Method Kiboko\Component\ArrayExpressionLanguage\ExtractData::evaluate() has parameter $context with no value type specified in iterable type array.
phpstan: src/FilterList.php#L38
Method Kiboko\Component\ArrayExpressionLanguage\FilterList::evaluate() has no return type specified.
phpstan: src/FilterList.php#L38
Method Kiboko\Component\ArrayExpressionLanguage\FilterList::evaluate() has parameter $context with no value type specified in iterable type array.
phpstan: src/FilterList.php#L38
Method Kiboko\Component\ArrayExpressionLanguage\FilterList::evaluate() has parameter $iterator with no value type specified in iterable type iterable.
phpstan: src/Join.php#L20
Method Kiboko\Component\ArrayExpressionLanguage\Join::compile() has no return type specified.
phpstan: src/Join.php#L39
Method Kiboko\Component\ArrayExpressionLanguage\Join::evaluate() has no return type specified.
phpstan: src/Join.php#L39
Method Kiboko\Component\ArrayExpressionLanguage\Join::evaluate() has parameter $context with no value type specified in iterable type array.
phpstan: src/List_.php#L20
Method Kiboko\Component\ArrayExpressionLanguage\List_::compile() has no return type specified.
phpstan: src/List_.php#L29
Method Kiboko\Component\ArrayExpressionLanguage\List_::evaluate() has no return type specified.
phpstan: src/List_.php#L29
Method Kiboko\Component\ArrayExpressionLanguage\List_::evaluate() has parameter $context with no value type specified in iterable type array.