Selaa lähdekoodia

`@var object|null` public $context;

`$this->context = new \stdClass;`
tianyiw 3 vuotta sitten
vanhempi
commit
7d79d55a70
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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;