lock phpstan version, update phpstan github action version #30
Annotations
9 errors and 1 warning
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.
|
phpstan-5
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|