This commit is contained in:
2020-11-26 11:37:10 +08:00
parent 2f24fa9e60
commit 556b60f256
3 changed files with 5 additions and 4 deletions
+2 -2
View File
@@ -14,11 +14,11 @@ abstract class Tcp extends Server implements Service
use \HttpServer\Service\Abstracts\Server;
/** @var Closure|array */
public Closure|array $unpack;
public $unpack;
/** @var Closure|array */
public Closure|array $pack;
public $pack;
}