Skip to content

Commit 06d0c73

Browse files
committed
CS
1 parent a6e852b commit 06d0c73

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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)