| Total Complexity | 1 |
| Total Lines | 17 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 21 | class Client extends BaseClient |
||
| 22 | { |
||
| 23 | /** |
||
| 24 | * @param string $openid |
||
| 25 | * @param string $json |
||
| 26 | * @param string $signature |
||
| 27 | * |
||
| 28 | * @return array|\EasyWeChat\Kernel\Support\Collection|object|\Psr\Http\Message\ResponseInterface|string |
||
| 29 | * |
||
| 30 | * @throws \EasyWeChat\Kernel\Exceptions\InvalidConfigException |
||
| 31 | */ |
||
| 32 | 1 | public function verifySignature(string $openid, string $json, string $signature) |
|
| 40 | } |