FindAll method Ambiguity in Error Webhooks
nabeel-sajid-qbatch opened this issue · 3 comments
nabeel-sajid-qbatch commented
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
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.
KayKursawe commented
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?