Skip to content

Commit

Permalink
fixed doc typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lsnider committed Jan 26, 2022
1 parent be64191 commit 6dd81fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OAuth2/AbstractProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ protected function parseExpiresIn($body)
* Get the approved scopes from the token response body.
*
* @param array $body
* @return string
* @return array
*/
protected function parseApprovedScopes($body)
{
Expand Down

0 comments on commit 6dd81fc

Please sign in to comment.