Conditions | 2 |
Paths | 2 |
Total Lines | 5 |
Code Lines | 3 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php declare(strict_types=1); |
||
16 | public function getDescription(string $direction = self::MIGRATE_UP): string |
||
17 | { |
||
18 | return $direction === self::MIGRATE_UP |
||
19 | ? 'Create a RabbitMQ message exchange for the LND-Adapter context.' |
||
20 | : 'Delete the RabbitMQ message message exchange for the LND-Adapter context.'; |
||
21 | } |
||
49 |