改名
This commit is contained in:
@@ -33,7 +33,6 @@ trait Server
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @param array $settings
|
* @param array $settings
|
||||||
* @return mixed|void
|
|
||||||
*/
|
*/
|
||||||
public function set(array $settings)
|
public function set(array $settings)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -14,11 +14,11 @@ abstract class Tcp extends Server implements Service
|
|||||||
use \HttpServer\Service\Abstracts\Server;
|
use \HttpServer\Service\Abstracts\Server;
|
||||||
|
|
||||||
/** @var Closure|array */
|
/** @var Closure|array */
|
||||||
public $unpack;
|
public array|Closure $unpack;
|
||||||
|
|
||||||
|
|
||||||
/** @var Closure|array */
|
/** @var Closure|array */
|
||||||
public $pack;
|
public array|Closure $pack;
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user