| Total Complexity | 4 |
| Total Lines | 35 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 12 | class ApplyPlugin extends GeneralPlugin |
||
| 13 | { |
||
| 14 | /** |
||
| 15 | * @throws \Yansongda\Pay\Exception\InvalidParamsException |
||
| 16 | */ |
||
| 17 | protected function getUri(Rocket $rocket): string |
||
| 20 | } |
||
| 21 | |||
| 22 | protected function getPartnerUri(Rocket $rocket): string |
||
| 25 | } |
||
| 26 | |||
| 27 | /** |
||
| 28 | * @throws \Yansongda\Pay\Exception\ContainerDependencyException |
||
| 29 | * @throws \Yansongda\Pay\Exception\ContainerException |
||
| 30 | * @throws \Yansongda\Pay\Exception\ServiceNotFoundException |
||
| 31 | */ |
||
| 32 | protected function doSomething(Rocket $rocket): void |
||
| 49 |