mirror of
https://github.com/danog/MadelineProto.git
synced 2025-01-23 06:51:23 +01:00
8.1 BC
This commit is contained in:
parent
36a83a338a
commit
54794d5f21
@ -35,8 +35,6 @@ use danog\MadelineProto\Stream\ConnectionContext;
|
|||||||
use danog\MadelineProto\Stream\MTProtoBufferInterface;
|
use danog\MadelineProto\Stream\MTProtoBufferInterface;
|
||||||
use danog\MadelineProto\Stream\MTProtoTransport\HttpsStream;
|
use danog\MadelineProto\Stream\MTProtoTransport\HttpsStream;
|
||||||
use danog\MadelineProto\Stream\MTProtoTransport\HttpStream;
|
use danog\MadelineProto\Stream\MTProtoTransport\HttpStream;
|
||||||
use danog\MadelineProto\Stream\StreamInterface;
|
|
||||||
use danog\Serializable;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Connection class.
|
* Connection class.
|
||||||
@ -83,9 +81,9 @@ final class Connection
|
|||||||
protected CleanupLoop $cleanup;
|
protected CleanupLoop $cleanup;
|
||||||
/**
|
/**
|
||||||
* The actual socket.
|
* The actual socket.
|
||||||
*
|
* @var (MTProtoBufferInterface&BufferedStreamInterface)|null
|
||||||
*/
|
*/
|
||||||
public (MTProtoBufferInterface&BufferedStreamInterface)|null $stream = null;
|
public MTProtoBufferInterface|null $stream = null;
|
||||||
/**
|
/**
|
||||||
* Connection context.
|
* Connection context.
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user