Skip to content

Updated php-etl/phpunit-extension #71

Updated php-etl/phpunit-extension

Updated php-etl/phpunit-extension #71

Triggered via push January 11, 2024 16:19
Status Failure
Total duration 35s
Artifacts

phpstan-6.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
phpstan6: 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
phpstan6: src/Builder/ConditionalMapper.php#L14
Property Kiboko\Plugin\FastMap\Builder\ConditionalMapper::$alternatives type has no value type specified in iterable type iterable.
phpstan6: src/Builder/ConditionalMapper.php#L32
Method Kiboko\Plugin\FastMap\Builder\ConditionalMapper::compileConditions() has parameter $alternatives with no value type specified in iterable type array.
phpstan6: src/Builder/ConditionalMapper.php#L51
Parameter $name of class PhpParser\Node\Stmt\PropertyProperty constructor expects PhpParser\Node\VarLikeIdentifier|string, PhpParser\Node\Name given.
phpstan6: src/Builder/ConditionalMapper.php#L70
Parameter #1 $value of class PhpParser\Node\Expr\ArrayItem constructor expects PhpParser\Node\Expr, PhpParser\Node given.
phpstan6: 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
phpstan6: src/Builder/Transformer.php#L132
Parameter #1 $value of class PhpParser\Node\Arg constructor expects PhpParser\Node\Expr, PhpParser\Node given.
phpstan6: src/Configuration.php#L83
Method Kiboko\Plugin\FastMap\Configuration::evaluateMap() has no return type specified.
phpstan6: src/Configuration.php#L83
Method Kiboko\Plugin\FastMap\Configuration::evaluateMap() has parameter $children with no type specified.
phpstan6: src/Configuration.php#L88
Method Kiboko\Plugin\FastMap\Configuration::evaluateList() has no return type specified.