@@ -229,7 +229,7 @@ |
||
| 229 | 229 | |
| 230 | 230 | public function redirect(array $scopes = [], array $options = [], $state = null) |
| 231 | 231 | { |
| 232 | - if($state) { |
|
| 232 | + if ($state) { |
|
| 233 | 233 | $this->redirectRouteParams['token'] = $state; |
| 234 | 234 | } |
| 235 | 235 | $providerFactory = new ProviderFactory($this->generator, $this->requestStack); |