| Total Complexity | 4 |
| Total Lines | 27 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 13 | class CancelShortcut implements ShortcutInterface |
||
| 14 | { |
||
| 15 | /** |
||
| 16 | * @throws \Yansongda\Pay\Exception\InvalidParamsException |
||
| 17 | */ |
||
| 18 | public function getPlugins(array $params): array |
||
| 27 | } |
||
| 28 | |||
| 29 | public function defaultPlugins(): array |
||
| 30 | { |
||
| 31 | return [ |
||
| 32 | CancelPlugin::class, |
||
| 33 | ]; |
||
| 34 | } |
||
| 35 | |||
| 36 | public function qrCodePlugins(): array |
||
| 40 | ]; |
||
| 41 | } |
||
| 43 |