| Total Complexity | 5 |
| Total Lines | 24 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php declare(strict_types=1); |
||
| 14 | final class InitializeMessageExchange20190311143000 extends RabbitMq3Migration |
||
| 15 | { |
||
| 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 Bitcoind-Adapter context.' |
||
| 20 | : 'Delete the RabbitMQ message message exchange for the Bitcoind-Adapter context.'; |
||
| 21 | } |
||
| 22 | |||
| 23 | public function isReversible(): bool |
||
| 26 | } |
||
| 27 | |||
| 28 | public function up(): void |
||
| 32 | } |
||
| 33 | |||
| 34 | public function down(): void |
||
| 40 |