Explorar el Código

`@var object|null` public $context;

`$this->context = new \stdClass;`
tianyiw hace 3 años
padre
commit
7d79d55a70
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;