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 36s
Artifacts

phpstan-7.yaml

on: push
phpstan-7
24s
phpstan-7
Fit to window
Zoom out
Zoom in

Annotations

10 errors
phpstan-7: 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-7: 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-7: src/Builder/Client.php#L124
Match arm comparison between PhpParser\Node\Expr|null and 'admin' is always false.
phpstan-7: src/Builder/Client.php#L125
Match arm comparison between PhpParser\Node\Expr|null and 'store' is always false.
phpstan-7: src/Builder/Client.php#L126
Match arm comparison between PhpParser\Node\Expr|null and 'legacy' is always false.
phpstan-7: src/Builder/Client.php#L154
Method Kiboko\Plugin\Sylius\Builder\Client::getFactoryArguments() return type has no value type specified in iterable type array.
phpstan-7: 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-7: 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-7: src/Builder/Search.php#L12
Method Kiboko\Plugin\Sylius\Builder\Search::__construct() has parameter $filters with no value type specified in iterable type array.
phpstan-7: src/Capacity/All.php#L16
Property Kiboko\Plugin\Sylius\Capacity\All::$endpoints type has no value type specified in iterable type array.