Skip to content

Commit 68c11c6

Browse files
authored
Fix phpcs in ConnectionManager
1 parent b059586 commit 68c11c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ConnectionManager.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,8 @@ protected function createConnection(string $name): MqttClientContract
144144
$settings = $this->buildConnectionSettings(Arr::get($config, 'connection_settings', []));
145145
$repository = $this->application->make($repository);
146146
$logger = $loggingEnabled ? $this->application->make('log') : null;
147-
148-
if($logger && $logChannel) {
147+
148+
if ($logger && $logChannel) {
149149
$logger = $logger->channel($logChannel);
150150
}
151151

0 commit comments

Comments
 (0)