Skip to content

Commit

Permalink
Inherit comments
Browse files Browse the repository at this point in the history
  • Loading branch information
DraperStudio committed Feb 24, 2015
1 parent dbcda21 commit 2191dcb
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/Provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@
class Provider extends AbstractProvider implements ProviderInterface
{
/**
* The scopes being requested.
*
* @var array
* {@inheritdoc}
*/
protected $scopes = [
'https://www.googleapis.com/auth/plus.me',
Expand All @@ -19,9 +17,7 @@ class Provider extends AbstractProvider implements ProviderInterface
];

/**
* The separating character for the requested scopes.
*
* @var string
* {@inheritdoc}
*/
protected $scopeSeparator = ' ';

Expand Down

0 comments on commit 2191dcb

Please sign in to comment.