| Total Complexity | 2 |
| Total Lines | 16 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 8 | class CannotHandleAddEventCommand extends EventCommand |
||
| 9 | { |
||
| 10 | protected function getEventName(): string |
||
| 13 | } |
||
| 14 | |||
| 15 | /** |
||
| 16 | * @param null|string $payload |
||
| 17 | * @return null|string |
||
| 18 | * @throws EventException |
||
| 19 | * @throws \TheAentMachine\Exception\MissingEnvironmentVariableException |
||
| 20 | */ |
||
| 21 | protected function executeEvent(?string $payload): ?string |
||
| 26 |