Completed
Pull Request — master (#445)
by Carlos
06:52 queued 02:55
created
src/Staff/Session.php 1 patch
Doc Comments   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@  discard block
 block discarded – undo
38 38
      *
39 39
      * @param string $account
40 40
      *
41
-     * @return array
41
+     * @return \EasyWeChat\Support\Collection
42 42
      */
43 43
     public function lists($account)
44 44
     {
@@ -48,7 +48,7 @@  discard block
 block discarded – undo
48 48
     /**
49 49
      * List all waiters of $account.
50 50
      *
51
-     * @return array
51
+     * @return \EasyWeChat\Support\Collection
52 52
      */
53 53
     public function waiters()
54 54
     {
@@ -59,9 +59,9 @@  discard block
 block discarded – undo
59 59
      * Create a session.
60 60
      *
61 61
      * @param string $account
62
-     * @param string $openid
62
+     * @param string $openId
63 63
      *
64
-     * @return bool
64
+     * @return \EasyWeChat\Support\Collection
65 65
      */
66 66
     public function create($account, $openId)
67 67
     {
@@ -79,7 +79,7 @@  discard block
 block discarded – undo
79 79
      * @param string $account
80 80
      * @param string $openId
81 81
      *
82
-     * @return bool
82
+     * @return \EasyWeChat\Support\Collection
83 83
      */
84 84
     public function close($account, $openId)
85 85
     {
@@ -96,7 +96,7 @@  discard block
 block discarded – undo
96 96
      *
97 97
      * @param string $openId
98 98
      *
99
-     * @return bool
99
+     * @return \EasyWeChat\Support\Collection
100 100
      */
101 101
     public function get($openId)
102 102
     {
Please login to merge, or discard this patch.