Completed
Push — master ( 6b504d...cb269f )
by Arthur
04:35 queued 11s
created
src/WebSocketServer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -327,7 +327,7 @@
 block discarded – undo
327 327
         }
328 328
 
329 329
         $key = $match[1];
330
-        $this->handshakes[(int)$client] = $key;
330
+        $this->handshakes[(int) $client] = $key;
331 331
 
332 332
         // sending header according to WebSocket Protocol
333 333
         $secWebSocketAccept = base64_encode(sha1(trim($key) . self::HEADER_WEBSOCKET_ACCEPT_HASH, true));
Please login to merge, or discard this patch.