| @@ -119,14 +119,14 @@ | ||
| 119 | 119 | } | 
| 120 | 120 | |
| 121 | 121 |          if ($this->scope) { | 
| 122 | -            $parameters[] = 'scope=' . implode(',', $this->scope); | |
| 122 | +            $parameters[] = 'scope='.implode(',', $this->scope); | |
| 123 | 123 | } | 
| 124 | 124 | |
| 125 | 125 |          if ($this->redirectOnError) { | 
| 126 | 126 | $parameters[] = 'redirectOnError=true'; | 
| 127 | 127 | } | 
| 128 | 128 | |
| 129 | -        return '?' . implode('&', $parameters); | |
| 129 | +        return '?'.implode('&', $parameters); | |
| 130 | 130 | } | 
| 131 | 131 | |
| 132 | 132 | public function urlTokenCredentials() |