Passed
Push — master ( 917700...def884 )
by Dāvis
06:49
created
Openid/Login/Login.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -229,7 +229,7 @@
 block discarded – undo
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);
Please login to merge, or discard this patch.