Skip to content

Merge pull request #27 from php-etl/feature/catch-logs #79

Merge pull request #27 from php-etl/feature/catch-logs

Merge pull request #27 from php-etl/feature/catch-logs #79

Triggered via push January 12, 2024 14:14
Status Failure
Total duration 36s
Artifacts

phpstan-7.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
phpstan7: src/Builder/ArrayMapper.php#L21
PHPDoc tag @var for variable $compilableMapper contains generic interface Kiboko\Contract\Mapping\CompilableMapperInterface but does not specify its types: InputType, OutputType, ReturnType
phpstan7: src/Builder/ConditionalMapper.php#L14
Property Kiboko\Plugin\FastMap\Builder\ConditionalMapper::$alternatives type has no value type specified in iterable type iterable.
phpstan7: src/Builder/ConditionalMapper.php#L22
Cannot access an offset on iterable.
phpstan7: src/Builder/ConditionalMapper.php#L29
Parameter #1 $alternatives of method Kiboko\Plugin\FastMap\Builder\ConditionalMapper::compileConditions() expects array, iterable given.
phpstan7: src/Builder/ConditionalMapper.php#L32
Method Kiboko\Plugin\FastMap\Builder\ConditionalMapper::compileConditions() has parameter $alternatives with no value type specified in iterable type array.
phpstan7: src/Builder/ConditionalMapper.php#L51
Parameter $name of class PhpParser\Node\Stmt\PropertyProperty constructor expects PhpParser\Node\VarLikeIdentifier|string, PhpParser\Node\Name given.
phpstan7: src/Builder/ConditionalMapper.php#L70
Parameter #1 $value of class PhpParser\Node\Expr\ArrayItem constructor expects PhpParser\Node\Expr, PhpParser\Node given.
phpstan7: src/Builder/ObjectMapper.php#L21
PHPDoc tag @var for variable $compilableMapper contains generic interface Kiboko\Contract\Mapping\CompilableMapperInterface but does not specify its types: InputType, OutputType, ReturnType
phpstan7: src/Builder/Transformer.php#L127
Parameter $name of class PhpParser\Node\Expr\MethodCall constructor expects PhpParser\Node\Expr|PhpParser\Node\Identifier|string, PhpParser\Node\Name given.
phpstan7: src/Builder/Transformer.php#L128
Parameter $args of class PhpParser\Node\Expr\MethodCall constructor expects array<PhpParser\Node\Arg|PhpParser\Node\VariadicPlaceholder>, array<int, PhpParser\Node\Arg|PhpParser\Node\Expr\Array_> given.