Skip to content

Merge pull request #10 from php-etl/feature/shared-client-authentication #34

Merge pull request #10 from php-etl/feature/shared-client-authentication

Merge pull request #10 from php-etl/feature/shared-client-authentication #34

Triggered via push November 16, 2023 11:04
Status Failure
Total duration 26s
Artifacts

phpstan-7.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
phpstan: src/Client/Client.php#L28
Method Kiboko\Component\Flow\ZohoCRM\Client\Client::upsertContacts() has parameter $body with no value type specified in iterable type array.
phpstan: src/Client/Client.php#L53
Method Kiboko\Component\Flow\ZohoCRM\Client\Client::upsertProducts() has parameter $body with no value type specified in iterable type array.
phpstan: src/Client/Client.php#L80
Method Kiboko\Component\Flow\ZohoCRM\Client\Client::upsertOrders() has parameter $body with no value type specified in iterable type array.
phpstan: src/Client/Client.php#L105
Method Kiboko\Component\Flow\ZohoCRM\Client\Client::searchProduct() return type has no value type specified in iterable type array.
phpstan: src/Client/Client.php#L135
Method Kiboko\Component\Flow\ZohoCRM\Client\Client::searchContact() return type has no value type specified in iterable type array.
phpstan: src/Client/Client.php#L165
Method Kiboko\Component\Flow\ZohoCRM\Client\Client::searchOrder() return type has no value type specified in iterable type array.
phpstan: src/Client/Client.php#L191
Method Kiboko\Component\Flow\ZohoCRM\Client\Client::processResponse() has parameter $body with no value type specified in iterable type array.
phpstan: src/Client/Client.php#L226
Method Kiboko\Component\Flow\ZohoCRM\Client\Client::upsertDeals() has parameter $body with no value type specified in iterable type array.
phpstan: src/Client/Client.php#L251
Method Kiboko\Component\Flow\ZohoCRM\Client\Client::getOrder() return type has no value type specified in iterable type array.
phpstan: src/Client/ClientInterface.php#L9
Method Kiboko\Component\Flow\ZohoCRM\Client\ClientInterface::upsertContacts() has parameter $body with no value type specified in iterable type array.