Skip to content

code format commit #133

code format commit

code format commit #133

Triggered via push July 4, 2024 14:30
Status Failure
Total duration 38s
Artifacts

phpstan-8.yaml

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

Annotations

10 errors and 1 warning
phpstan-8: src/Builder/Capacity/All.php#L87
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#L87
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#L178
Method Kiboko\Plugin\Sylius\Builder\Client::getFactoryArguments() return type has no value type specified in iterable type array.
phpstan-8: src/Builder/Extractor.php#L75
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#L126
Parameter $value of class PhpParser\Node\Arg constructor expects PhpParser\Node\Expr, PhpParser\Node\Expr|null given.
phpstan-8: src/Builder/Extractor.php#L132
Method Kiboko\Plugin\Sylius\Builder\Extractor::getParamsNode() return type has no value type specified in iterable type array.
phpstan-8: src/Builder/Loader.php#L75
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#L132
Parameter $value of class PhpParser\Node\Arg constructor expects PhpParser\Node\Expr, PhpParser\Node\Expr|null given.
phpstan-8: src/Builder/Loader.php#L138
Method Kiboko\Plugin\Sylius\Builder\Loader::getParamsNode() return type has no value type specified in iterable type array.
phpstan-8: 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-8
The following actions uses Node.js version which is deprecated 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/