Ver código fonte

Merge pull request #839 from tianyiw2013/patch-1

Update annotation: TcpConnection->$context
walkor 3 anos atrás
pai
commit
288f139c76
1 arquivos alterados com 1 adições e 1 exclusões
  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;