Quellcode durchsuchen

`@var object|null` public $context;

`$this->context = new \stdClass;`
tianyiw vor 3 Jahren
Ursprung
Commit
7d79d55a70
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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;