Total Complexity | 4 |
Total Lines | 36 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
23 | class Client extends BaseClient |
||
24 | { |
||
25 | use InteractsWithCache; |
||
26 | |||
27 | /** |
||
28 | * @return string |
||
29 | * |
||
30 | * @throws \EasyWeChat\Kernel\Exceptions\InvalidConfigException |
||
31 | * @throws \EasyWeChat\Payment\Kernel\Exceptions\SandboxException |
||
32 | * @throws \Psr\SimpleCache\InvalidArgumentException |
||
33 | * @throws \EasyWeChat\Kernel\Exceptions\InvalidArgumentException |
||
34 | * @throws \GuzzleHttp\Exception\GuzzleException |
||
35 | */ |
||
36 | 1 | public function getKey(): string |
|
51 | } |
||
52 | |||
53 | /** |
||
54 | * @return string |
||
55 | */ |
||
56 | 2 | protected function getCacheKey(): string |
|
61 |