Conditions | 2 |
Paths | 2 |
Total Lines | 8 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
23 | protected function execute(InputInterface $input, OutputInterface $output): int |
||
24 | { |
||
25 | $exitCode = Hercule::setHandledEvents([EventEnum::NEW_DOCKER_SERVICE_INFO]); |
||
26 | if ($exitCode === 1) { |
||
27 | return $exitCode; |
||
28 | } |
||
29 | |||
30 | return Hermes::dispatch(EventEnum::ASKING_FOR_DOCKER_SERVICE_INFO); |
||
31 | } |
||
33 |