Total Complexity | 2 |
Total Lines | 14 |
Duplicated Lines | 0 % |
Coverage | 50% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
12 | final class InvoiceFacade extends AbstractFacade implements InvoiceFacadeInterface |
||
13 | { |
||
14 | 1 | public function getCallbackUrl(): array |
|
15 | { |
||
16 | 1 | return $this->getFactory() |
|
17 | 1 | ->createCallbackUrl() |
|
18 | 1 | ->getCallbackUrl(); |
|
19 | } |
||
20 | |||
21 | public function generate(int $amount, string $backend): array |
||
26 | } |
||
27 | } |
||
28 |