zendesk / zendesk_api_client_php

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

Missing '@method Tickets tickets()' annotation in Users.php #435

Closed HVSoftware closed 4 months ago

HVSoftware commented 4 years ago

PHPStorm and PHPStan are complaining about the following issue:

Call to an undefined method Zendesk\API\Resources\Core\Users::tickets()

The method is not defined in the PHPDoc above the Users class:

@method Tickets tickets()

This fix should solve the problem.

ecoologic commented 5 months ago

Hi,

thank you for your request, are you still interested in a solution for this issue?

ecoologic commented 4 months ago

Closing due to inactivity. Re-open if needed.