| Total Complexity | 5 |
| Total Lines | 36 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 18 | class QueryReturnAdvancePlugin extends GeneralPlugin |
||
| 19 | { |
||
| 20 | /** |
||
| 21 | * @throws \Yansongda\Pay\Exception\InvalidParamsException |
||
| 22 | */ |
||
| 23 | protected function getUri(Rocket $rocket): string |
||
| 26 | } |
||
| 27 | |||
| 28 | /** |
||
| 29 | * @throws \Yansongda\Pay\Exception\ContainerException |
||
| 30 | * @throws \Yansongda\Pay\Exception\InvalidParamsException |
||
| 31 | * @throws \Yansongda\Pay\Exception\ServiceNotFoundException |
||
| 32 | */ |
||
| 33 | protected function getPartnerUri(Rocket $rocket): string |
||
| 44 | } |
||
| 45 | |||
| 46 | protected function getMethod(): string |
||
| 49 | } |
||
| 50 | |||
| 51 | protected function doSomething(Rocket $rocket): void |
||
| 56 |