Completed
Push — master ( 35a92a...3ae000 )
by Carlos
05:42
created
src/Kernel/Traits/HasHttpRequests.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -217,7 +217,7 @@
 block discarded – undo
217 217
      * @param mixed  $response
218 218
      * @param string $type
219 219
      *
220
-     * @return array|\EasyWeChat\Kernel\Support\Collection|object|string
220
+     * @return string
221 221
      */
222 222
     protected function transformResponseToType($response, string $type)
223 223
     {
Please login to merge, or discard this patch.
src/Kernel/Traits/Observable.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
32 32
 
33 33
     /**
34 34
      * @param \Closure|EventHandlerInterface|string $handler
35
-     * @param \Closure|EventHandlerInterface|string $condition
35
+     * @param string $condition
36 36
      *
37 37
      * @throws \EasyWeChat\Kernel\Exceptions\InvalidArgumentException
38 38
      */
Please login to merge, or discard this patch.
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.
src/Kernel/AccessToken.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -172,7 +172,7 @@
 block discarded – undo
172 172
      *
173 173
      * @param array $credentials
174 174
      *
175
-     * @return \Psr\Http\Message\ResponseInterface|\EasyWeChat\Kernel\Support\Collection|array|object|string
175
+     * @return null|ResponseInterface
176 176
      */
177 177
     protected function sendRequest(array $credentials): ResponseInterface
178 178
     {
Please login to merge, or discard this patch.