Completed
Push — master ( 6971e7...8d77a8 )
by Carlos
06:30 queued 02:09
created
src/Device/Device.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -61,7 +61,6 @@
 block discarded – undo
61 61
     /**
62 62
      * Send message to device
63 63
      *
64
-     * @param int $sceneValue
65 64
      *
66 65
      * @return \EasyWeChat\Support\Collection
67 66
      */
Please login to merge, or discard this patch.
src/User/MiniAppUser.php 1 patch
Doc Comments   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -46,10 +46,8 @@
 block discarded – undo
46 46
     /**
47 47
      * Get openid session_key expires_in by js_code.
48 48
      *
49
-     * @param string $openId
50
-     * @param string $lang
51 49
      *
52
-     * @return array
50
+     * @return \EasyWeChat\Support\Collection
53 51
      */
54 52
     public function get($jsCode)
55 53
     {
Please login to merge, or discard this patch.