Browse Source

Merge pull request #839 from tianyiw2013/patch-1

Update annotation: TcpConnection->$context
walkor 3 years ago
parent
commit
288f139c76
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Connection/TcpConnection.php

+ 1 - 1
src/Connection/TcpConnection.php

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