Skip to content

extract endpoints/methods from AdminApi on extractor/loader class #112

extract endpoints/methods from AdminApi on extractor/loader class

extract endpoints/methods from AdminApi on extractor/loader class #112

Triggered via push October 25, 2023 15:26
Status Failure
Total duration 37s
Artifacts

phpstan-8.yaml

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

Annotations

10 errors and 1 warning
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#L137
Match expression does not handle remaining value: string
phpstan-8: src/Builder/Client.php#L167
Method Kiboko\Plugin\Sylius\Builder\Client::getFactoryArguments() return type has no value type specified in iterable type array.
phpstan-8: src/Builder/Extractor.php#L77
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#L128
Parameter $value of class PhpParser\Node\Arg constructor expects PhpParser\Node\Expr, PhpParser\Node\Expr|null given.
phpstan-8: src/Builder/Extractor.php#L134
Method Kiboko\Plugin\Sylius\Builder\Extractor::getParamsNode() return type has no value type specified in iterable type array.
phpstan-8: src/Builder/Extractor.php#L137
Match expression does not handle remaining value: string
phpstan-8: src/Builder/Loader.php#L77
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#L134
Parameter $value of class PhpParser\Node\Arg constructor expects PhpParser\Node\Expr, PhpParser\Node\Expr|null given.
phpstan-8
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.