From 09cea29cab93099e68d076cfc22e919bb9ad3d40 Mon Sep 17 00:00:00 2001 From: huangxiaoye Date: Wed, 18 Jan 2017 17:22:10 +0800 Subject: [PATCH] correct typo correct typo --- ZPHP/Protocol/Request.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ZPHP/Protocol/Request.php b/ZPHP/Protocol/Request.php index 3e36763..55d2448 100644 --- a/ZPHP/Protocol/Request.php +++ b/ZPHP/Protocol/Request.php @@ -458,10 +458,10 @@ public static function getRequestId($autoMake = false) } /** - * @param null $reqeustId + * @param null $requestId * @desc 设置请求唯一id */ - public static function setRequestId($reqeustId = null) + public static function setRequestId($requestId = null) { if (empty($requestId)) { $requestId = self::getRequestId(true); @@ -505,4 +505,4 @@ public static function getRequestTime($clear = false) } return $time; } -} \ No newline at end of file +}