Skip to content

Applied suggestions #44

Applied suggestions

Applied suggestions #44

Triggered via push December 20, 2023 08:21
Status Failure
Total duration 37s
Artifacts

phpstan-7.yaml

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

Annotations

10 errors
phpstan-7: src/Client/Client.php#L35
Method Kiboko\Component\Flow\ZohoCRM\Client\Client::upsertContacts() has parameter $body with no value type specified in iterable type array.
phpstan-7: src/Client/Client.php#L67
Method Kiboko\Component\Flow\ZohoCRM\Client\Client::upsertProducts() has parameter $body with no value type specified in iterable type array.
phpstan-7: src/Client/Client.php#L101
Method Kiboko\Component\Flow\ZohoCRM\Client\Client::upsertOrders() has parameter $body with no value type specified in iterable type array.
phpstan-7: src/Client/Client.php#L122
Method Kiboko\Component\Flow\ZohoCRM\Client\Client::searchProduct() return type has no value type specified in iterable type array.
phpstan-7: src/Client/Client.php#L148
Method Kiboko\Component\Flow\ZohoCRM\Client\Client::searchContact() return type has no value type specified in iterable type array.
phpstan-7: src/Client/Client.php#L174
Method Kiboko\Component\Flow\ZohoCRM\Client\Client::searchOrder() return type has no value type specified in iterable type array.
phpstan-7: src/Client/Client.php#L200
Method Kiboko\Component\Flow\ZohoCRM\Client\Client::processResponse() has parameter $body with no value type specified in iterable type array.
phpstan-7: src/Client/Client.php#L231
Method Kiboko\Component\Flow\ZohoCRM\Client\Client::upsertDeals() has parameter $body with no value type specified in iterable type array.
phpstan-7: src/Client/Client.php#L252
Method Kiboko\Component\Flow\ZohoCRM\Client\Client::getOrder() return type has no value type specified in iterable type array.
phpstan-7: 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.