Completed
Push — master ( b565e5...956980 )
by Taosikai
13:35
created
src/Client.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -400,7 +400,7 @@
 block discarded – undo
400 400
 
401 401
     /**
402 402
      * @param RequestInterface $request
403
-     * @return mixed|ResponseInterface
403
+     * @return ResponseInterface
404 404
      */
405 405
     protected function sendRequest(RequestInterface $request)
406 406
     {
Please login to merge, or discard this patch.
src/Request/Request.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -102,8 +102,8 @@  discard block
 block discarded – undo
102 102
 
103 103
     /**
104 104
      * 设置请求参数
105
-     * @param $name
106
-     * @param $parameter
105
+     * @param string $name
106
+     * @param string $parameter
107 107
      */
108 108
     public function setParameter($name, $parameter)
109 109
     {
@@ -130,7 +130,7 @@  discard block
 block discarded – undo
130 130
 
131 131
     /**
132 132
      * 设置链接中的指定占位符
133
-     * @param $name
133
+     * @param string $name
134 134
      * @param $token
135 135
      */
136 136
     public function setToken($name, $token)
Please login to merge, or discard this patch.