@@ -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 ' '; |
@@ -62,7 +62,7 @@ |
||
| 62 | 62 | * |
| 63 | 63 | * Other available scopes include: email, profile, org.cilogon.userinfo |
| 64 | 64 | * |
| 65 | - * @return array |
|
| 65 | + * @return string[] |
|
| 66 | 66 | */ |
| 67 | 67 | protected function getDefaultScopes() |
| 68 | 68 | { |
@@ -100,7 +100,7 @@ |
||
| 100 | 100 | $error = true; |
| 101 | 101 | $errmsg = $data['error']; |
| 102 | 102 | if (!empty($data['error_description'])) { |
| 103 | - $errmsg .= ': ' . $data['error_description']; |
|
| 103 | + $errmsg .= ': '.$data['error_description']; |
|
| 104 | 104 | } |
| 105 | 105 | } elseif ($response->getStatusCode() >= 400) { |
| 106 | 106 | $error = true; |