Эх сурвалжийг харах

`@var object|null` public $context;

`$this->context = new \stdClass;`
tianyiw 3 жил өмнө
parent
commit
7d79d55a70

+ 1 - 1
src/Connection/TcpConnection.php

@@ -161,7 +161,7 @@ class TcpConnection extends ConnectionInterface implements \JsonSerializable
     /**
      * Context.
      *
-     * @var array
+     * @var object|null
      */
     public $context = null;