Merge pull request #2 from php-etl/feature/optimize-upload-capacity #33
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.
|