Passed
Push — master ( d8855f...07ca04 )
by Luiz Kim
02:14
created
src/Service/PusherService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
     {
19 19
         try {
20 20
             $this->logger->info('Attempting to push message', ['data' => $data, 'topic' => $topic]);
21
-            $webSocketClient =  new Client('localhost', '8080');
21
+            $webSocketClient = new Client('localhost', '8080');
22 22
             $webSocketClient->connect();
23 23
             $webSocketClient->publish($topic, json_encode($data));
24 24
             $webSocketClient->disconnect();
Please login to merge, or discard this patch.