Skip to content

Commit

Permalink
Apple: Switch Query Encoding type to RFC3986 (#438)
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainLanz authored Jun 24, 2020
1 parent 4bd7cbc commit 6f5d920
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ class Provider extends AbstractProvider implements ProviderInterface
'email',
];

/**
* {@inheritdoc}
*/
protected $encodingType = PHP_QUERY_RFC3986;

/**
* The separating character for the requested scopes.
*
Expand Down

0 comments on commit 6f5d920

Please sign in to comment.