Total Complexity | 1 |
Total Lines | 10 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
13 | class Client extends BaseClient |
||
14 | { |
||
15 | /** |
||
16 | * @param int $id |
||
17 | * @return \Aplisin\DingTalk\Kernel\Http\Response|\Aplisin\DingTalk\Kernel\Support\Collection|array|mixed|\Psr\Http\Message\ResponseInterface |
||
18 | * @throws \GuzzleHttp\Exception\GuzzleException |
||
19 | */ |
||
20 | public function listIds($id = 1) |
||
25 |