| Total Complexity | 2 |
| Total Lines | 22 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 2 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 11 | final class Lightning |
||
| 12 | { |
||
| 13 | public const CONFIG_FILE = 'lightning-config.php'; |
||
| 14 | |||
| 15 | private const CONFIG_LOCAL_FILE = 'lightning-config-local.php'; |
||
| 16 | |||
| 17 | public static function generateInvoice(int $amount, string $backend = 'lnbits'): string |
||
| 22 | } |
||
| 23 | |||
| 24 | /** |
||
| 25 | * @return Closure(GacelaConfig):void |
||
| 26 | */ |
||
| 27 | public static function configFn(): Closure |
||
| 36 |