Skip to content

Improved messages given in exceptions #41

Improved messages given in exceptions

Improved messages given in exceptions #41

Triggered via push November 29, 2023 16:02
Status Failure
Total duration 26s
Artifacts

phpstan-8.yaml

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

Annotations

10 errors
phpstan-8: src/Client/Client.php#L23
Method Kiboko\Component\Flow\ZohoCRM\Client\Client::upsertContacts() has parameter $body with no value type specified in iterable type array.
phpstan-8: src/Client/Client.php#L44
Method Kiboko\Component\Flow\ZohoCRM\Client\Client::upsertProducts() has parameter $body with no value type specified in iterable type array.
phpstan-8: src/Client/Client.php#L67
Method Kiboko\Component\Flow\ZohoCRM\Client\Client::upsertOrders() has parameter $body with no value type specified in iterable type array.
phpstan-8: src/Client/Client.php#L88
Method Kiboko\Component\Flow\ZohoCRM\Client\Client::searchProduct() return type has no value type specified in iterable type array.
phpstan-8: src/Client/Client.php#L114
Method Kiboko\Component\Flow\ZohoCRM\Client\Client::searchContact() return type has no value type specified in iterable type array.
phpstan-8: src/Client/Client.php#L140
Method Kiboko\Component\Flow\ZohoCRM\Client\Client::searchOrder() return type has no value type specified in iterable type array.
phpstan-8: src/Client/Client.php#L166
Method Kiboko\Component\Flow\ZohoCRM\Client\Client::processResponse() has parameter $body with no value type specified in iterable type array.
phpstan-8: src/Client/Client.php#L197
Method Kiboko\Component\Flow\ZohoCRM\Client\Client::upsertDeals() has parameter $body with no value type specified in iterable type array.
phpstan-8: src/Client/Client.php#L218
Method Kiboko\Component\Flow\ZohoCRM\Client\Client::getOrder() return type has no value type specified in iterable type array.
phpstan-8: 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.