Merge pull request #12 from php-etl/feature/empty-function #46
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.
|