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