@@ -60,7 +60,7 @@ |
||
60 | 60 | * This should only be the scopes that are required to request the details |
61 | 61 | * of the resource owner, rather than all the available scopes. |
62 | 62 | * |
63 | - * @return array |
|
63 | + * @return string[] |
|
64 | 64 | */ |
65 | 65 | protected function getDefaultScopes() |
66 | 66 | { |
@@ -71,12 +71,12 @@ |
||
71 | 71 | ]; |
72 | 72 | } |
73 | 73 | |
74 | - /** |
|
75 | - * Returns the string that should be used to separate scopes when building |
|
76 | - * the URL for requesting an access token. |
|
77 | - * |
|
78 | - * @return string Scope separator, defaults to space |
|
79 | - */ |
|
74 | + /** |
|
75 | + * Returns the string that should be used to separate scopes when building |
|
76 | + * the URL for requesting an access token. |
|
77 | + * |
|
78 | + * @return string Scope separator, defaults to space |
|
79 | + */ |
|
80 | 80 | protected function getScopeSeparator() |
81 | 81 | { |
82 | 82 | return ' '; |