This commit is contained in:
as2252258@163.com
2021-08-29 01:18:42 +08:00
parent e3f02b51bc
commit 9da50baed0
4 changed files with 148 additions and 11 deletions
+7 -7
View File
@@ -11,13 +11,13 @@ class OnWorkerStart
{
/**
* @param Server $server
* @param int $workerId
*/
public function __construct(Server $server, int $workerId)
{
}
/**
* @param Server $server
* @param int $workerId
*/
public function __construct(public Server $server, public int $workerId)
{
}
}