Add explode function to the array provider #48
Annotations
10 errors and 1 warning
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.
|
phpstan
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/.
|