Skip to content

Merge pull request #12 from php-etl/feature/product-search-improvments #44

Merge pull request #12 from php-etl/feature/product-search-improvments

Merge pull request #12 from php-etl/feature/product-search-improvments #44

Triggered via push January 10, 2024 15:51
Status Failure
Total duration 34s
Artifacts

phpstan-5.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
phpstan: src/Client/Client.php#L130
Expression on left side of ?? is not nullable.
phpstan: src/ContactLoader.php#L19
Property Kiboko\Component\Flow\ZohoCRM\ContactLoader::$logger is never read, only written.
phpstan: src/ContactLoader.php#L25
Generator expects value type Kiboko\Contract\Bucket\ResultBucketInterface<mixed>, null given.
phpstan: src/ContactLoader.php#L29
Dead catch - Kiboko\Component\Flow\ZohoCRM\Client\ApiRateExceededException|Kiboko\Component\Flow\ZohoCRM\Client\InternalServerErrorException is never thrown in the try block.
phpstan: src/ContactLoader.php#L33
Dead catch - Kiboko\Component\Flow\ZohoCRM\Client\ForbiddenException|Kiboko\Component\Flow\ZohoCRM\Client\NotFoundException|Kiboko\Component\Flow\ZohoCRM\Client\RequestEntityTooLargeException is never thrown in the try block.
phpstan: src/ContactLoader.php#L36
Dead catch - Kiboko\Component\Flow\ZohoCRM\Client\BadRequestException|Kiboko\Component\Flow\ZohoCRM\Client\MultiStatusResponseException is never thrown in the try block.
phpstan: src/ContactLookup.php#L34
Generator expects value type Kiboko\Contract\Bucket\ResultBucketInterface<mixed>, null given.
phpstan: src/DealLoader.php#L21
Property Kiboko\Component\Flow\ZohoCRM\DealLoader::$logger is never read, only written.
phpstan: src/DealLoader.php#L27
Generator expects value type Kiboko\Contract\Bucket\ResultBucketInterface<mixed>, null given.
phpstan: src/DealLoader.php#L31
Dead catch - Kiboko\Component\Flow\ZohoCRM\Client\ApiRateExceededException|Kiboko\Component\Flow\ZohoCRM\Client\InternalServerErrorException is never thrown in the try block.