Skip to content

Improved the Sylius plugin for 1;9 or more recent version #134

Improved the Sylius plugin for 1;9 or more recent version

Improved the Sylius plugin for 1;9 or more recent version #134

Triggered via push July 8, 2024 15:17
Status Failure
Total duration 24s
Artifacts

phpstan-8.yaml

on: push
phpstan-8
15s
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#L95
Parameter #1 $var of class PhpParser\Node\Expr\MethodCall constructor expects PhpParser\Node\Expr, PhpParser\Node\Expr|null given.
phpstan-8: src/Builder/Client.php#L105
Parameter #1 $var of class PhpParser\Node\Expr\MethodCall constructor expects PhpParser\Node\Expr, PhpParser\Node\Expr|null given.
phpstan-8: src/Builder/Client.php#L115
Parameter #1 $var of class PhpParser\Node\Expr\MethodCall constructor expects PhpParser\Node\Expr, PhpParser\Node\Expr|null given.
phpstan-8: src/Builder/Client.php#L125
Parameter #1 $var of class PhpParser\Node\Expr\MethodCall constructor expects PhpParser\Node\Expr, PhpParser\Node\Expr|null given.
phpstan-8: src/Builder/Client.php#L134
Parameter #1 $var of class PhpParser\Node\Expr\MethodCall constructor expects PhpParser\Node\Expr, PhpParser\Node\Expr|null given.
phpstan-8: src/Builder/Client.php#L140
Method Kiboko\Plugin\Sylius\Builder\Client::getClientBuilderNode() is unused.
phpstan-8: src/Builder/Client.php#L143
Parameter $var of class PhpParser\Node\Expr\MethodCall constructor expects PhpParser\Node\Expr, PhpParser\Node\Expr|null given.
phpstan-8: src/Builder/Client.php#L164
Method Kiboko\Plugin\Sylius\Builder\Client::getFactoryArguments() return type has 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/