Completed
Push — master ( c414ab...a2a2c3 )
by Carlos
12:46 queued 02:16
created
src/Kernel/ServerGuard.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -215,7 +215,7 @@  discard block
 block discarded – undo
215 215
     /**
216 216
      * Whether response is message.
217 217
      *
218
-     * @param mixed $message
218
+     * @param Contracts\MessageInterface $message
219 219
      *
220 220
      * @return bool
221 221
      */
@@ -260,7 +260,7 @@  discard block
 block discarded – undo
260 260
      *
261 261
      * @param string                                              $to
262 262
      * @param string                                              $from
263
-     * @param \EasyWeChat\Kernel\Contracts\MessageInterface|array $message
263
+     * @param Contracts\MessageInterface $message
264 264
      *
265 265
      * @return string
266 266
      */
Please login to merge, or discard this patch.