Skip to content

Ran php-cs-fixer

Ran php-cs-fixer #135

Triggered via push July 8, 2024 15:22
Status Failure
Total duration 36s
Artifacts

phpstan-8.yaml

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

Annotations

10 errors and 1 warning
phpstan-8: src/Builder/Capacity/All.php#L85
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#L85
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#L96
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#L106
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#L116
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#L126
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#L135
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#L141
Method Kiboko\Plugin\Sylius\Builder\Client::getClientBuilderNode() is unused.
phpstan-8: src/Builder/Client.php#L144
Parameter $var of class PhpParser\Node\Expr\MethodCall constructor expects PhpParser\Node\Expr, PhpParser\Node\Expr|null given.
phpstan-8: src/Builder/Client.php#L165
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/