Skip to content

Merge pull request #2 from php-etl/feature/optimize-upload-capacity #33

Merge pull request #2 from php-etl/feature/optimize-upload-capacity

Merge pull request #2 from php-etl/feature/optimize-upload-capacity #33

Triggered via push November 26, 2024 15:49
Status Failure
Total duration 29s
Artifacts

phpstan-7.yaml

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

Annotations

10 errors
phpstan-7: src/Builder/Capacity/All.php#L17
Method Kiboko\Plugin\Prestashop\Builder\Capacity\All::__construct() has parameter $options with no value type specified in iterable type array.
phpstan-7: src/Builder/Capacity/Create.php#L15
Method Kiboko\Plugin\Prestashop\Builder\Capacity\Create::__construct() has parameter $options with no value type specified in iterable type array.
phpstan-7: src/Builder/Capacity/Create.php#L88
Parameter #2 $args of class PhpParser\Node\Expr\FuncCall constructor expects array<PhpParser\Node\Arg|PhpParser\Node\VariadicPlaceholder>, array<int, PhpParser\Node\Expr\Variable> given.
phpstan-7: src/Builder/Capacity/Get.php#L17
Method Kiboko\Plugin\Prestashop\Builder\Capacity\Get::__construct() has parameter $options with no value type specified in iterable type array.
phpstan-7: src/Builder/Capacity/Update.php#L15
Method Kiboko\Plugin\Prestashop\Builder\Capacity\Update::__construct() has parameter $options with no value type specified in iterable type array.
phpstan-7: src/Builder/Capacity/Update.php#L88
Parameter #2 $args of class PhpParser\Node\Expr\FuncCall constructor expects array<PhpParser\Node\Arg|PhpParser\Node\VariadicPlaceholder>, array<int, PhpParser\Node\Expr\Variable> given.
phpstan-7: src/Builder/Capacity/Upload.php#L15
Method Kiboko\Plugin\Prestashop\Builder\Capacity\Upload::__construct() has parameter $options with no value type specified in iterable type array.
phpstan-7: src/Builder/Capacity/Upload.php#L87
Parameter #2 $args of class PhpParser\Node\Expr\FuncCall constructor expects array<PhpParser\Node\Arg|PhpParser\Node\VariadicPlaceholder>, array<int, PhpParser\Node\Expr\Variable> given.
phpstan-7: src/Builder/Capacity/Upsert.php#L15
Method Kiboko\Plugin\Prestashop\Builder\Capacity\Upsert::__construct() has parameter $options with no value type specified in iterable type array.
phpstan-7: src/Builder/Capacity/Upsert.php#L88
Parameter #2 $args of class PhpParser\Node\Expr\FuncCall constructor expects array<PhpParser\Node\Arg|PhpParser\Node\VariadicPlaceholder>, array<int, PhpParser\Node\Expr\Variable> given.