Skip to content

Commit 7acf040

Browse files
committed
fix: address php-cs-fixer coding style issues
1 parent 3b32fa6 commit 7acf040

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Command/EventsListenCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
3939
'stop',
4040
];
4141

42-
$service->listenForEvents(function (ContainerEvent $event) use ($service, $actions, $io) {
42+
$service->listenForEvents(function (ContainerEvent $event) use ($service, $actions, $io): void {
4343
$container = $this->containers[$event->Actor->ID] ?? null;
4444
$prefix = '[event]';
4545
if ($container) {

0 commit comments

Comments
 (0)