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