| Total Complexity | 3 |
| Total Lines | 25 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 23 | class Client extends BaseClient |
||
| 24 | { |
||
| 25 | /** |
||
| 26 | * Upload material. |
||
| 27 | * |
||
| 28 | * @param string $path |
||
| 29 | * |
||
| 30 | * @return array|\EasyWeChat\Kernel\Support\Collection|object|\Psr\Http\Message\ResponseInterface|string |
||
| 31 | * |
||
| 32 | * @throws \EasyWeChat\Kernel\Exceptions\InvalidArgumentException |
||
| 33 | * @throws \EasyWeChat\Kernel\Exceptions\InvalidConfigException |
||
| 34 | * @throws \EasyWeChat\MicroMerchant\Kernel\Exceptions\InvalidSignException |
||
| 35 | */ |
||
| 36 | public function upload(string $path) |
||
| 50 |