diff --git a/Console/Command/NostoClearQueueCommand.php b/Console/Command/NostoClearQueueCommand.php index 10f8c7f6b..fbc91e16c 100644 --- a/Console/Command/NostoClearQueueCommand.php +++ b/Console/Command/NostoClearQueueCommand.php @@ -111,7 +111,10 @@ private function clearDBQueues(string $topicName, $io) $connection->commit(); } catch (\Exception $exception) { $connection->rollBack(); - $io->error('An error occurred while clearing DB queues for topic ' . $topicName . ': ' . $exception->getMessage()); + $io->error('An error occurred while clearing DB queues for topic ' + . $topicName . ': ' + . $exception->getMessage() + ); } }