This commit is contained in:
2021-10-29 14:10:53 +08:00
parent df2d887d97
commit f0b9d7a37b
10 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ class OnWorkerStop
* @param Server $server
* @param int $workerId
*/
public function __construct(Server $server, int $workerId)
public function __construct(public Server $server, public int $workerId)
{
}