Skip to content

Merge pull request #11 from php-etl/feature/update-contracts #57

Merge pull request #11 from php-etl/feature/update-contracts

Merge pull request #11 from php-etl/feature/update-contracts #57

Triggered via push January 11, 2024 11:23
Status Failure
Total duration 34s
Artifacts

phpstan-7.yaml

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

Annotations

10 errors
phpstan-7: src/Client/Client.php#L36
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#L68
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#L102
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#L123
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#L152
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#L178
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#L204
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#L235
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#L256
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.