Passed
Push — master ( a5e104...98156c )
by Carlos
02:55
created
src/Kernel/BaseClient.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -156,7 +156,7 @@
 block discarded – undo
156 156
      * @param array  $options
157 157
      * @param bool   $returnRaw
158 158
      *
159
-     * @return \Psr\Http\Message\ResponseInterface|\EasyWeChat\Kernel\Support\Collection|array|object|string
159
+     * @return \GuzzleHttp\Psr7\Response
160 160
      */
161 161
     public function request(string $url, string $method = 'GET', array $options = [], $returnRaw = false)
162 162
     {
Please login to merge, or discard this patch.