Completed
Push — master ( bcf560...ac6319 )
by Terrence
15:08
created
src/Provider/ORCID.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -87,7 +87,7 @@  discard block
 block discarded – undo
87 87
      * This should only be the scopes that are required to request the details
88 88
      * of the resource owner, rather than all the available scopes.
89 89
      *
90
-     * @return array
90
+     * @return string[]
91 91
      */
92 92
     protected function getDefaultScopes()
93 93
     {
@@ -160,7 +160,7 @@  discard block
 block discarded – undo
160 160
      * Returns a prepared request for requesting an access token.
161 161
      *
162 162
      * @param array $params Query string parameters
163
-     * @return RequestInterface
163
+     * @return \Psr\Http\Message\RequestInterface
164 164
      */
165 165
     protected function getAccessTokenRequest(array $params, $accesstoken = null)
166 166
     {
Please login to merge, or discard this patch.