| Total Complexity | 4 |
| Total Lines | 26 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 16 | class DownloadBillPlugin extends GeneralPlugin |
||
| 17 | { |
||
| 18 | /** |
||
| 19 | * @throws \Yansongda\Pay\Exception\InvalidParamsException |
||
| 20 | */ |
||
| 21 | protected function getUri(Rocket $rocket): string |
||
| 30 | } |
||
| 31 | |||
| 32 | protected function getMethod(): string |
||
| 35 | } |
||
| 36 | |||
| 37 | protected function doSomething(Rocket $rocket): void |
||
| 44 |