| Total Complexity | 3 | 
| Total Lines | 21 | 
| Duplicated Lines | 0 % | 
| Coverage | 75% | 
| Changes | 0 | ||
| 1 | <?php | ||
| 10 | final class DispatchScheduledMessage implements CommandInterface | ||
| 11 | { | ||
| 12 | private string $scheduledMessageId; | ||
| 13 | |||
| 14 | /** | ||
| 15 | * @param ScheduledMessage|string|mixed $scheduledMessage | ||
| 16 | */ | ||
| 17 | 1 | public function __construct($scheduledMessage) | |
| 26 | 1 | } | |
| 27 | |||
| 28 | public function getScheduledMessageId(): string | ||
| 33 |