Skip to content

Merge pull request #2 from php-etl/feature/optimize-upload-capacity #33

Merge pull request #2 from php-etl/feature/optimize-upload-capacity

Merge pull request #2 from php-etl/feature/optimize-upload-capacity #33

Triggered via push November 26, 2024 15:49
Status Failure
Total duration 24s
Artifacts

phpstan-5.yaml

on: push
phpstan-5
15s
phpstan-5
Fit to window
Zoom out
Zoom in

Annotations

9 errors
phpstan-5: src/Builder/Capacity/Create.php#L88
Parameter #2 $args of class PhpParser\Node\Expr\FuncCall constructor expects array<PhpParser\Node\Arg|PhpParser\Node\VariadicPlaceholder>, array<int, PhpParser\Node\Expr\Variable> given.
phpstan-5: src/Builder/Capacity/Update.php#L88
Parameter #2 $args of class PhpParser\Node\Expr\FuncCall constructor expects array<PhpParser\Node\Arg|PhpParser\Node\VariadicPlaceholder>, array<int, PhpParser\Node\Expr\Variable> given.
phpstan-5: src/Builder/Capacity/Upload.php#L87
Parameter #2 $args of class PhpParser\Node\Expr\FuncCall constructor expects array<PhpParser\Node\Arg|PhpParser\Node\VariadicPlaceholder>, array<int, PhpParser\Node\Expr\Variable> given.
phpstan-5: src/Builder/Capacity/Upsert.php#L88
Parameter #2 $args of class PhpParser\Node\Expr\FuncCall constructor expects array<PhpParser\Node\Arg|PhpParser\Node\VariadicPlaceholder>, array<int, PhpParser\Node\Expr\Variable> given.
phpstan-5: src/Builder/Extractor.php#L80
Parameter $stmts of class PhpParser\Node\Stmt\TryCatch constructor expects array<PhpParser\Node\Stmt>, array<int, PhpParser\Node> given.
phpstan-5: src/Builder/Loader.php#L80
Parameter $stmts of class PhpParser\Node\Stmt\TryCatch constructor expects array<PhpParser\Node\Stmt>, array<int, PhpParser\Node> given.
phpstan-5: src/Service.php#L72
Parameter #1 $client of method Kiboko\Plugin\Prestashop\Builder\Extractor::withClient() expects PhpParser\Node\Expr, PhpParser\Node given.
phpstan-5: src/Service.php#L82
Parameter #1 $client of method Kiboko\Plugin\Prestashop\Builder\Loader::withClient() expects PhpParser\Node\Expr, PhpParser\Node given.
phpstan-5
Process completed with exit code 1.