zendesk / zendesk_api_client_php

Official Zendesk API v2 client library for PHP
336 stars 259 forks source link

FindAll method Ambiguity in Error Webhooks #497

Closed nabeel-sajid-qbatch closed 1 year ago

nabeel-sajid-qbatch commented 1 year ago

An alias was defined for method findAll(), which exists in both Zendesk\API\Traits\Resource\Defaults and Zendesk\API\Traits\Resource\FindAll. Use Zendesk\API\Traits\Resource\Defaults::findAll or Zendesk\API\Traits\Resource\FindAll::findAll to resolve the ambiguity in

joshlopes commented 1 year ago

We are experiencing this same issue. On 2.2.13 this file doesn't exist. A feature was added on these last two patches and they are broken and make php/vendor/phpstan fail. Needs to be addressed.

oradwell commented 1 year ago

looks like it was broken in #482 . @7ail what do you think?

KayKursawe commented 1 year ago

Still an issue. I can't fall back to 2.2.13, since I'm using guzzlehttp/psr7: ^2.0. Any plans on fixing this shortly?