Skip to content

lock phpstan version, update phpstan github action version #30

lock phpstan version, update phpstan github action version

lock phpstan version, update phpstan github action version #30

Triggered via push November 21, 2024 16:06
Status Failure
Total duration 41s
Artifacts

phpstan-5.yaml

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

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/