瀏覽代碼

`@var object|null` public $context;

`$this->context = new \stdClass;`
tianyiw 3 年之前
父節點
當前提交
7d79d55a70
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/Connection/TcpConnection.php

+ 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;