Skip to content

Commit

Permalink
Removed duplicate 'scope'
Browse files Browse the repository at this point in the history
  • Loading branch information
uzyn committed Jun 15, 2013
1 parent b919ef4 commit 2f8bd41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LinkedInStrategy.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class LinkedInStrategy extends OpauthStrategy{
/**
* Optional config keys, without predefining any default values.
*/
public $optionals = array('redirect_uri', 'scope', 'state', 'scope', 'response_type');
public $optionals = array('redirect_uri', 'scope', 'state', 'response_type');

/**
* Optional config keys with respective default values, listed as associative arrays
Expand Down

0 comments on commit 2f8bd41

Please sign in to comment.