Completed
Pull Request — master (#4)
by Steven
02:30 queued 47s
created
src/Provider/Keycloak.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -157,7 +157,7 @@  discard block
 block discarded – undo
157 157
      * This should not be a complete list of all scopes, but the minimum
158 158
      * required for the provider user interface!
159 159
      *
160
-     * @return array
160
+     * @return string[]
161 161
      */
162 162
     protected function getDefaultScopes()
163 163
     {
@@ -185,7 +185,7 @@  discard block
 block discarded – undo
185 185
      *
186 186
      * @param array $response
187 187
      * @param AccessToken $token
188
-     * @return League\OAuth2\Client\Provider\ResourceOwnerInterface
188
+     * @return KeycloakResourceOwner
189 189
      */
190 190
     protected function createResourceOwner(array $response, AccessToken $token)
191 191
     {
@@ -196,7 +196,7 @@  discard block
 block discarded – undo
196 196
      * Requests and returns the resource owner of given access token.
197 197
      *
198 198
      * @param  AccessToken $token
199
-     * @return ResourceOwnerInterface
199
+     * @return KeycloakResourceOwner
200 200
      */
201 201
     public function getResourceOwner(AccessToken $token)
202 202
     {
Please login to merge, or discard this patch.