Skip to content

Commit 5372524

Browse files
committed
CS
1 parent f2bd0d6 commit 5372524

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/React/SocketClient/SecureConnector.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,11 @@
99
class SecureConnector implements ConnectorInterface
1010
{
1111
private $connector;
12-
private $loop;
1312
private $streamEncryption;
1413

1514
public function __construct(ConnectorInterface $connector, LoopInterface $loop)
1615
{
1716
$this->connector = $connector;
18-
$this->loop = $loop;
1917
$this->streamEncryption = new StreamEncryption($loop);
2018
}
2119

0 commit comments

Comments
 (0)