Skip to content

Fix the product search and manage multiple responses, the equals crit… #47

Fix the product search and manage multiple responses, the equals crit…

Fix the product search and manage multiple responses, the equals crit… #47

Triggered via push January 8, 2024 14:47
Status Failure
Total duration 24s
Artifacts

phpstan-6.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#L129
Expression on left side of ?? is not nullable.
phpstan: src/Client/Client.php#L138
Method Kiboko\Component\Flow\ZohoCRM\Client\Client::searchContact() return type has no value type specified in iterable type array.
phpstan: src/Client/Client.php#L168
Method Kiboko\Component\Flow\ZohoCRM\Client\Client::searchOrder() return type has no value type specified in iterable type array.
phpstan: src/Client/Client.php#L194
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#L229
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#L254
Method Kiboko\Component\Flow\ZohoCRM\Client\Client::getOrder() return type has no value type specified in iterable type array.