This commit is contained in:
2021-04-19 16:16:58 +08:00
parent b7fb3dd490
commit 1d59cf1745
2 changed files with 2 additions and 4 deletions
+1 -1
View File
@@ -102,7 +102,7 @@ class Request extends HttpService
/**
* @return int
*/
public function getClientId()
public function getClientId(): int
{
return $this->fd;
}