Skip to content

add api_type flag to build the right api client version #109

add api_type flag to build the right api client version

add api_type flag to build the right api client version #109

Triggered via push October 20, 2023 14:03
Status Failure
Total duration 49s
Artifacts

phpstan-8.yaml

on: push
phpstan-8
30s
phpstan-8
Fit to window
Zoom out
Zoom in

Annotations

10 errors
phpstan-8: src/Builder/Capacity/All.php#L89
Method Kiboko\Plugin\Sylius\Builder\Capacity\All::compileSearch() return type has no value type specified in iterable type array.
phpstan-8: src/Builder/Capacity/ListPerPage.php#L89
Method Kiboko\Plugin\Sylius\Builder\Capacity\ListPerPage::compileSearch() return type has no value type specified in iterable type array.
phpstan-8: src/Builder/Client.php#L124
Match arm comparison between PhpParser\Node\Expr|null and 'admin' is always false.
phpstan-8: src/Builder/Client.php#L125
Match arm comparison between PhpParser\Node\Expr|null and 'store' is always false.
phpstan-8: src/Builder/Client.php#L126
Match arm comparison between PhpParser\Node\Expr|null and 'legacy' is always false.
phpstan-8: src/Builder/Client.php#L154
Method Kiboko\Plugin\Sylius\Builder\Client::getFactoryArguments() return type has no value type specified in iterable type array.
phpstan-8: 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-8: src/Builder/Extractor.php#L131
Parameter $value of class PhpParser\Node\Arg constructor expects PhpParser\Node\Expr, PhpParser\Node\Expr|null given.
phpstan-8: 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-8: src/Builder/Loader.php#L137
Parameter $value of class PhpParser\Node\Arg constructor expects PhpParser\Node\Expr, PhpParser\Node\Expr|null given.