Completed
Push — master ( 5f0fa2...029d79 )
by wu
14:44
created
src/Provider/Qq.php 1 patch
Doc Comments   +3 added lines, -4 removed lines patch added patch discarded remove patch
@@ -51,7 +51,6 @@  discard block
 block discarded – undo
51 51
     /**
52 52
      * Get open id from access token
53 53
      *
54
-     * @param  array $params
55 54
      *
56 55
      * @return string
57 56
      */
@@ -95,7 +94,7 @@  discard block
 block discarded – undo
95 94
      * This should not be a complete list of all scopes, but the minimum
96 95
      * required for the provider user interface!
97 96
      *
98
-     * @return array
97
+     * @return string[]
99 98
      */
100 99
     protected function getDefaultScopes()
101 100
     {
@@ -109,7 +108,7 @@  discard block
 block discarded – undo
109 108
      * @param  string $url
110 109
      * @param  null
111 110
      * @param  null
112
-     * @return RequestInterface
111
+     * @return \GuzzleHttp\Psr7\Request
113 112
      */
114 113
     public function getAuthenticatedRequest($method, $url, $token = null, array $options = null)
115 114
     {
@@ -181,7 +180,7 @@  discard block
 block discarded – undo
181 180
      *
182 181
      * @param array $response
183 182
      * @param AccessToken $token
184
-     * @return League\OAuth2\Client\Provider\ResourceOwnerInterface
183
+     * @return QqResourceOwner
185 184
      */
186 185
     protected function createResourceOwner(array $response, AccessToken $token)
187 186
     {
Please login to merge, or discard this patch.