Completed
Push — master ( d7b89b...1364e1 )
by Carlos
07:47
created
src/Kernel/BaseClient.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -150,7 +150,7 @@
 block discarded – undo
150 150
      * @param array  $options
151 151
      * @param bool   $returnRaw
152 152
      *
153
-     * @return \Psr\Http\Message\ResponseInterface|\EasyWeChat\Kernel\Support\Collection|array|object|string
153
+     * @return ResponseInterface
154 154
      */
155 155
     public function request(string $url, string $method = 'GET', array $options = [], $returnRaw = false)
156 156
     {
Please login to merge, or discard this patch.