Completed
Pull Request — master (#159)
by
unknown
01:25
created
src/Providers/FeiShuProvider.php 1 patch
Doc Comments   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -91,6 +91,7 @@  discard block
 block discarded – undo
91 91
     /**
92 92
      * 获取 app_access_token 接口参数.
93 93
      *
94
+     * @param string $code
94 95
      * @return array
95 96
      */
96 97
     protected function getTokenFields($code)
@@ -104,7 +105,7 @@  discard block
 block discarded – undo
104 105
     /**
105 106
      * 格式化 token.
106 107
      *
107
-     * @param \Psr\Http\Message\StreamInterface|array $body
108
+     * @param string $body
108 109
      *
109 110
      * @return \Overtrue\Socialite\AccessTokenInterface
110 111
      */
@@ -125,7 +126,7 @@  discard block
 block discarded – undo
125 126
     /**
126 127
      * 获取用户信息.
127 128
      *
128
-     * @return array|mixed
129
+     * @return User
129 130
      */
130 131
     public function user(AccessTokenInterface $token = null)
131 132
     {
Please login to merge, or discard this patch.